summaryrefslogtreecommitdiff
path: root/.github/workflows/linit-j2.yml
blob: 364a65a14e8ca0730174b9cdc7e4c07068572cd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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