Skip to content

Add GitHub Actions CI and cookstyle linting #1

Add GitHub Actions CI and cookstyle linting

Add GitHub Actions CI and cookstyle linting #1

Workflow file for this run

---
"on":
pull_request:
push:
branches:
- main
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml
secrets: inherit