blob: 093fe7ffed5698c8bab764c8dc6a6910329c8589 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
name: J2 Lint
on:
pull_request:
branches:
- current
- crux
- equuleus
jobs:
j2lint:
uses: vyos/.github/.github/workflows/lint-j2.yml@feature/T6349-reusable-workflows
secrets: inherit
|