From 3c23494fb597386c02114a58590568596624d66c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isaac=20Hern=C3=A1n?= <77550577+Isaaker@users.noreply.github.com> Date: Sun, 26 Jan 2025 20:50:31 +0100 Subject: [PATCH] Update deploy_cloudflare.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Isaac HernĂ¡n <77550577+Isaaker@users.noreply.github.com> --- .github/workflows/deploy_cloudflare.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/deploy_cloudflare.yml b/.github/workflows/deploy_cloudflare.yml index f2980a4..f2fded3 100644 --- a/.github/workflows/deploy_cloudflare.yml +++ b/.github/workflows/deploy_cloudflare.yml @@ -10,23 +10,6 @@ on: - 'mkdocs.yml' jobs: - linters: - name: Repository linters - runs-on: ubuntu-latest - steps: - - name: Check out the code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # @v4.2.2 - - name: Install NodeJs # Install Software NodeJs - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # @v4.1.0 - with: - node-version: 16 - - name: Install repo-linter - run: | - npm install -g repolinter - - name: Run Repo Linter - run: | - repolinter --rulesetFile cfg/repolint.json lint . - scan: name: gitleaks runs-on: ubuntu-latest @@ -43,7 +26,6 @@ jobs: name: MkDocs Github Pages automatic deployment runs-on: ubuntu-latest needs: - - linters - scan steps: - name: Send deplyoment request