Skip to content

update

update #10

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