Skip to content

Commit

Permalink
chore: add commitlint to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Jan 7, 2025
1 parent 7141417 commit fc9e427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install --immutable
- run: yarn commitlint --from=origin/main
- run: yarn lint:all
- run: yarn prettier:check
- run: yarn fix --check
Expand Down

0 comments on commit fc9e427

Please sign in to comment.