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/pull-request-management.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/pull-request-management.yml')
-rw-r--r-- | .github/workflows/pull-request-management.yml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.github/workflows/pull-request-management.yml b/.github/workflows/pull-request-management.yml deleted file mode 100644 index 3a855c107..000000000 --- a/.github/workflows/pull-request-management.yml +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Build Pull Request Package - -on: - pull_request: - branches: - - current - - crux - - equuleus - -jobs: - j2lint: - name: Validate j2 files - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v2 - timeout-minutes: 2 - - name: Setup J2Lint - timeout-minutes: 2 - run: | - sudo pip install git+https://github.com/aristanetworks/j2lint.git@341b5d5db86e095b622f09770cb6367a1583620e - - name: Run J2lint - timeout-minutes: 2 - run: | - j2lint $GITHUB_WORKSPACE/data |