summaryrefslogtreecommitdiff
path: root/.github/workflows/linit-j2.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linit-j2.yml')
-rw-r--r--.github/workflows/linit-j2.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/linit-j2.yml b/.github/workflows/linit-j2.yml
new file mode 100644
index 000000000..093fe7ffe
--- /dev/null
+++ b/.github/workflows/linit-j2.yml
@@ -0,0 +1,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