summaryrefslogtreecommitdiff
path: root/.github/workflows/linit-j2.yml
blob: ae5d42ec025026e6e35309c53ec327fc5e967293 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
name: J2 Lint

on:
  pull_request:
    branches:
      - current
      - sagitta
      - equuleus
  workflow_dispatch:

permissions:
  pull-requests: write
  contents: read

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