Skip to content

Linter

Linter #30

Workflow file for this run

---
name: Linter
concurrency:
group: ${{ github.workflow }}@${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [master, main]
workflow_dispatch:
jobs:
calling:
permissions:
contents: read
packages: read
statuses: write
uses: vbem/reusable/.github/workflows/superlinter.yml@v1
...