Skip to content

wip

wip #16

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: true
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: markdownlint-cli2-action
uses: DavidAnson/[email protected]
# - name: EditorConfig-Action
# uses: zbeekman/[email protected]