Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
ci: run conventional commit script in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasl committed Jun 29, 2023
1 parent 8eabbf5 commit a66b841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run commit check script
run: ./scripts/conventional-commits.sh
shell: bash
- name: Run checks
run: ./gradlew check --no-daemon --stacktrace
Empty file modified scripts/conventional-commits.sh
100644 → 100755
Empty file.

0 comments on commit a66b841

Please sign in to comment.