diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-05-26 01:57:59 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-25 22:27:59 +0200 |
commit | 9301c507f91ea40fc0d4d86cf708a7ba6d3b0bb9 (patch) | |
tree | fae69af3ccd22e81a494c232034069263d3aab92 /.github/workflows/linit-j2.yml | |
parent | b8d844027482ee3e2ec73e4b1c7881572e962f98 (diff) | |
download | vyos-1x-9301c507f91ea40fc0d4d86cf708a7ba6d3b0bb9.tar.gz vyos-1x-9301c507f91ea40fc0d4d86cf708a7ba6d3b0bb9.zip |
T6399: added reusable workflows codeowners file to sagitta (#3515)
Diffstat (limited to '.github/workflows/linit-j2.yml')
-rw-r--r-- | .github/workflows/linit-j2.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/workflows/linit-j2.yml b/.github/workflows/linit-j2.yml new file mode 100644 index 000000000..95bfa61f0 --- /dev/null +++ b/.github/workflows/linit-j2.yml @@ -0,0 +1,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 |