Skip to content

Commit

Permalink
Update deploy_cloudflare.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Hernán <[email protected]>
  • Loading branch information
Isaaker authored Jan 26, 2025
1 parent aa0f7c4 commit 3c23494
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/deploy_cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -43,7 +26,6 @@ jobs:
name: MkDocs Github Pages automatic deployment
runs-on: ubuntu-latest
needs:
- linters
- scan
steps:
- name: Send deplyoment request
Expand Down

0 comments on commit 3c23494

Please sign in to comment.