diff options
author | kumvijaya <kuvmijaya@gmail.com> | 2024-07-04 15:40:08 +0530 |
---|---|---|
committer | kumvijaya <kuvmijaya@gmail.com> | 2024-07-04 15:40:08 +0530 |
commit | fb8907734d7fbca55c5942109344e4497c813967 (patch) | |
tree | 17abb1011f1ad8dc2c8509e2f01f25acdf28a659 | |
parent | fac4dab4386d83c4348ce223c74c142d429d9cf2 (diff) | |
download | vyatta-bash-fb8907734d7fbca55c5942109344e4497c813967.tar.gz vyatta-bash-fb8907734d7fbca55c5942109344e4497c813967.zip |
T6540: removed j2lintT6540-add-workflows
-rw-r--r-- | .github/workflows/lint-j2.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.github/workflows/lint-j2.yml b/.github/workflows/lint-j2.yml deleted file mode 100644 index a734834..0000000 --- a/.github/workflows/lint-j2.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- - 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 |