blob: d9d5c71643cd42432198fa10e358b3d6837b55bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
name: Lint J2
on:
pull_request_target:
branches:
- current
permissions:
pull-requests: write
contents: read
jobs:
lint-j2:
uses: vyos/.github/.github/workflows/lint-j2.yml@current
secrets: inherit
|