summaryrefslogtreecommitdiff
path: root/.github/workflows/lint-j2.yml
blob: e2a816c3a3667ffa29ad17e6b3cdb58d7f7690a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Lint J2
on:
  pull_request_target:
    branches:
      - rolling
      - circinus
      - sagitta

permissions:
  pull-requests: write
  contents: read

jobs:
  lint-j2:
    uses: vyos/.github/.github/workflows/lint-j2.yml@production
    secrets: inherit