Skip to content

Commit

Permalink
Revert "commitlint.sh,CI: use a previous version to fix CI"
Browse files Browse the repository at this point in the history
This reverts commit db33a6c.

This commit message must contain "failing test" otherwise, the
PR CI will be failed on `Sanity check` step.
  • Loading branch information
Mersho committed Mar 14, 2024
1 parent db33a6c commit fa744bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
npm install --verboase --global yarn
yarn add --dev jest typescript ts-jest @types/jest
- name: Install commitlint dependencies
run: npm install --verbose @commitlint/types@18.6.1
run: npm install --verbose @commitlint/types
- name: Print versions
run: |
git --version
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
npm install --verbose --global yarn
yarn add --dev jest typescript ts-jest @types/jest ts-node
- name: Install commitlint dependencies
run: npm install --verbose @commitlint/types@18.6.1
run: npm install --verbose @commitlint/types
- name: Run typescript compiler
run: npx tsc
- name: Print versions
Expand Down
2 changes: 1 addition & 1 deletion commitlint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -euxo pipefail
# cd to directory of this script
cd "$(dirname "$0")"
npm install --verbose
npm install --verbose @commitlint/config-conventional@18.6.1
npm install --verbose @commitlint/config-conventional
npx commitlint --version
npx commitlint $@

0 comments on commit fa744bd

Please sign in to comment.