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