diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5d6dd4b..f32d734 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/scripts/conventional-commits.sh b/scripts/conventional-commits.sh old mode 100644 new mode 100755