Skip to content

Lint

Lint #6

Workflow file for this run

---
name: Lint
run-name: Lint
on: # yamllint disable-line rule:truthy
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ '**' ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Run Linter
uses: georglauterbach/linter@v0.2.1
with:
editorconfig_checker_config: .github/linter/editorconfig_checker.json
shellcheck_config: .github/linter/shellcheck.conf
zizmor_config: .github/linter/zizmor.yaml