Skip to content

GitHub: add action to build package on PR #122

GitHub: add action to build package on PR

GitHub: add action to build package on PR #122

Workflow file for this run

---
name: J2 Lint
on:
pull_request:
branches:
- current
- crux
- equuleus
permissions:
pull-requests: write
contents: read
jobs:
j2lint:
uses: vyos/.github/.github/workflows/lint-j2.yml@feature/T6349-reusable-workflows
secrets: inherit