From 360db07d5c27d120c8d54d4772a802a55ed2de9f Mon Sep 17 00:00:00 2001 From: Carlos Santiago <5726971+csantiago132@users.noreply.github.com> Date: Sun, 29 Sep 2024 20:44:52 -0500 Subject: [PATCH] fix(docs): failed to fetch workflow --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a48d88f..a197ef0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 }}