Skip to content

Commit

Permalink
fix(docs): failed to fetch workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Sep 30, 2024
1 parent 3268882 commit 360db07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ jobs:

commitlint:
needs: setup
uses: ./.github/workflows/commitlint.yml
uses: ./.github/workflows/commitlint_check.yml
with:
edit: '.git/COMMIT_EDITMSG'

eslint:
needs: setup
uses: ./.github/workflows/eslint-check.yml
uses: ./.github/workflows/eslint_check.yml
with:
maxWarnings: '0'

prettier:
needs: setup
uses: ./.github/workflows/prettier-check.yml
uses: ./.github/workflows/prettier_check.yml

generate-writerside-docs:
needs: setup
Expand All @@ -39,7 +39,7 @@ jobs:
semantic-release:
needs: setup
if: github.ref == 'refs/heads/main'
uses: ./.github/workflows/semantic-release.yml
uses: ./.github/workflows/semantic_release.yml
with:
node_version: '18'
npm_token: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 360db07

Please sign in to comment.