summaryrefslogtreecommitdiff
path: root/.github/workflows/lint-j2.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/lint-j2.yml')
-rw-r--r--.github/workflows/lint-j2.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/workflows/lint-j2.yml b/.github/workflows/lint-j2.yml
new file mode 100644
index 0000000..a734834
--- /dev/null
+++ b/.github/workflows/lint-j2.yml
@@ -0,0 +1,19 @@
+---
+ name: J2 Lint
+
+ on:
+ pull_request_target:
+ branches:
+ - current
+ - equuleus
+ - sagitta
+ - circinus
+
+ permissions:
+ pull-requests: write
+ contents: read
+
+ jobs:
+ j2lint:
+ uses: vyos/.github/.github/workflows/lint-j2.yml@current
+ secrets: inherit \ No newline at end of file