summaryrefslogtreecommitdiff
path: root/.github/workflows/pull-request-management.yml
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-05-18 08:10:58 +0530
committerGitHub <noreply@github.com>2024-05-18 05:40:58 +0300
commit807791a01f946784a7e192b0e827ec891c112a77 (patch)
tree5ed3070181b69e68b4b94a9ffceab604f99e701e /.github/workflows/pull-request-management.yml
parent6b70110062190cae48770613d546ab89cb4c4de5 (diff)
downloadvyos-1x-807791a01f946784a7e192b0e827ec891c112a77.tar.gz
vyos-1x-807791a01f946784a7e192b0e827ec891c112a77.zip
T6349: updated conflict check workflow (#3468)
* T6349: updated conflict workflow * T6349: updated conflict workflow * T6349: updated all workflows to use reusable workflows * T6349: updated all workflows to use reusable workflows
Diffstat (limited to '.github/workflows/pull-request-management.yml')
-rw-r--r--.github/workflows/pull-request-management.yml25
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