diff options
author | kumvijaya <kumvijaya@gmail.com> | 2024-05-24 01:03:47 +0530 |
---|---|---|
committer | kumvijaya <kumvijaya@gmail.com> | 2024-05-24 01:03:47 +0530 |
commit | e43f6f6a521360322f65c82a5534d9da14566c28 (patch) | |
tree | ea688a12c95ab967d67be4d6af3dfb09a247206c /.github/workflows/linit-j2.yml | |
parent | cf5a239844f9d2df91d3ce0bf7dbe371bd407e35 (diff) | |
download | vyos-build-e43f6f6a521360322f65c82a5534d9da14566c28.tar.gz vyos-build-e43f6f6a521360322f65c82a5534d9da14566c28.zip |
T6386: added reusable workflows and codeowners
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 00000000..95bfa61f --- /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 |