Skip to content

Commit

Permalink
Fix: allows swiftlint and native ios tests to run again
Browse files Browse the repository at this point in the history
  • Loading branch information
gvarandas committed Apr 10, 2024
1 parent 70b9353 commit e88eb1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ jobs:
with:
node-version: 16.13.2
- name: Add @commitlint
env:
TITLE: ${{ github.event.pull_request.title }}
COMMITS: ${{ github.event.pull_request.commits }}
run: npm install -g @commitlint/cli @commitlint/config-conventional
- run: bin/conventional-commits.sh "${{ github.event.pull_request.title }}" ${{ github.event.pull_request.commits }}
- run: bin/conventional-commits.sh "$TITLE" $COMMITS

0 comments on commit e88eb1f

Please sign in to comment.