Skip to content

chore: fix invalid YAML #30

chore: fix invalid YAML

chore: fix invalid YAML #30

Workflow file for this run

---
name: CI
on:
push:
jobs:
ci-lint:
runs-on: ubuntu-latest
strategy:
# if one fails continues running the others
fail-fast: false
steps:
- name: checkout-action
uses: actions/[email protected]
- name: yamllint-action
uses: ibiqlik/action-yamllint@v3
- name: vale-action
uses: errata-ai/[email protected]
- name: typos-action
uses: crate-ci/[email protected]
- name: Codespell with annotations
uses: codespell-project/[email protected]
- name: markdownlint-cli2-action
uses: DavidAnson/[email protected]
- name: editorconfig-checker-action
uses: editorconfig-checker/action-editorconfig-checker@v2