Skip to content

wip

wip #13

Workflow file for this run

---
name: CI
on:
push:
jobs:
ci-lint:
runs-on: ubuntu-latest
# if one fails workflow fails
allow-failure: false

Check failure on line 9 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 9, Col: 5): Unexpected value 'allow-failure' .github/workflows/ci.yml (Line: 11, Col: 5): Unexpected value 'fail-fast'
# if one fails continues running the others
fail-fast: false
steps:
- name: checkout
uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
- name: Vale Linter
uses: errata-ai/[email protected]
- name: typos-action
uses: crate-ci/[email protected]
- name: EditorConfig-Action
uses: zbeekman/[email protected]