Skip to content

Commit

Permalink
non-conventional message (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksator authored Nov 5, 2023
1 parent eb73235 commit 096f94e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: CI
on:
pull_request:
merge_group:
push:
branches: [ release, dev ]
branches: [ release, dev, test_merge_queue, test ]
schedule: [ cron: "0 6 * * 4" ]

env:
Expand Down Expand Up @@ -103,11 +104,12 @@ jobs:
check_commit_conventions:
name: Commit messages follow project guidelines
runs-on: ubuntu-latest
if: ${{ github.event_name == 'merge_group' }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check commit conventions
uses: wagoid/commitlint-github-action@v2
with:
configFile: .commitlintrc.yml
configFile: .commitlintrc.yml

0 comments on commit 096f94e

Please sign in to comment.