Skip to content

Commit

Permalink
chore: removed the extra install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Mar 28, 2024
1 parent 90f1c1c commit bec1de6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/Quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,12 @@ jobs:
with:
bun-version: latest
- name: Install packages
run: |
bun install
run: bun install

- name: Print versions
run: |
bun --version
bunx commitlint --version
- name: Install commitlint
run: |
bun install conventional-changelog-conventionalcommits
bun install commitlint@latest
- name: Validate current commit (last commit) with commitlint
if: github.event_name == 'push'
run: bunx commitlint --from HEAD~1 --to HEAD --verbose
Expand Down

0 comments on commit bec1de6

Please sign in to comment.