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

on:
  pull_request:
    branches:
      - main
      - current
      - crux
      - equuleus
  workflow_dispatch:

permissions:
  pull-requests: write
  contents: read

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