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 }}