Skip to content

update

update #2

---
name: superlinter.test
concurrency:
group: ${{ github.workflow }}@${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [master, main]
workflow_dispatch:
jobs:
calling:
uses: ./.github/workflows/superlinter.yml
...