diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-06-11 08:02:17 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-11 05:32:17 +0300 |
commit | 3f931cca3c5dac40a2ea097caf323a05b3e45ca0 (patch) | |
tree | bebe88689b8ed7c9955393168ec9c22d38b4adb2 /.github/workflows | |
parent | f118452e4e14628cfacec147ae2192a5de9cb970 (diff) | |
download | vyos-1x-3f931cca3c5dac40a2ea097caf323a05b3e45ca0.tar.gz vyos-1x-3f931cca3c5dac40a2ea097caf323a05b3e45ca0.zip |
T6469: remove j2 lint workflow (#3626)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/linit-j2.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.github/workflows/linit-j2.yml b/.github/workflows/linit-j2.yml deleted file mode 100644 index f3dc497d2..000000000 --- a/.github/workflows/linit-j2.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: J2 Lint - -on: - pull_request: - branches: - - current - - crux - - equuleus - - sagitta - -permissions: - pull-requests: write - contents: read - -jobs: - j2lint: - uses: vyos/.github/.github/workflows/lint-j2.yml@feature/T6349-reusable-workflows - secrets: inherit |