summaryrefslogtreecommitdiff
path: root/.github/workflows/lint-j2.yml
blob: 643cef7453da0f06cc37f49891c8feaef2fd4ac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
  name: J2 Lint
  
  on:
    pull_request_target:
      branches:
        - equuleus
        - sagitta
  
  permissions:
    pull-requests: write
    contents: read
  
  jobs:
    j2lint:
      uses: vyos/.github/.github/workflows/lint-j2.yml@current
      secrets: inherit