From 4b1fe28848a7268d040dd6e8a34f8682321b91d1 Mon Sep 17 00:00:00 2001 From: Leveque Thomas Date: Tue, 3 Mar 2026 10:55:52 +0100 Subject: [PATCH] chore(ci): removing action validator The actions validator is a private repo therefore it can be acces from our public repository. This is why this CI doesn't works. --- .github/workflows/github-actions-validator.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/github-actions-validator.yml diff --git a/.github/workflows/github-actions-validator.yml b/.github/workflows/github-actions-validator.yml deleted file mode 100644 index 4d3a3cd..0000000 --- a/.github/workflows/github-actions-validator.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: "CI: github-actions-validator" - -on: - pull_request: - - -jobs: - github-actions-validator: - name: Github-actions-validator - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: lumapps/github-actions-validator@v2.0.12