summaryrefslogtreecommitdiff
path: root/.github/workflows/linit-j2.yml
blob: 95bfa61f01d10f1bec8889da82e74a197e22ff6f (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@feature/T6349-reusable-workflows
    secrets: inherit