Skip to content

update

update #19

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:
uses: vbem/reusable/.github/workflows/superlinter.yml@v1
...