From 3f931cca3c5dac40a2ea097caf323a05b3e45ca0 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Tue, 11 Jun 2024 08:02:17 +0530 Subject: T6469: remove j2 lint workflow (#3626) --- .github/workflows/linit-j2.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/linit-j2.yml (limited to '.github') 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 -- cgit v1.2.3