Skip to content

Commit

Permalink
chore: Fix commitsar
Browse files Browse the repository at this point in the history
  • Loading branch information
paveldedik committed Mar 14, 2024
1 parent e9d50ce commit 9e3c19e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .commitsar.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: 1
verbose: true
commits:
strict: true
disabled: false
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
lint:
name: Run pre-commit hooks
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

Expand All @@ -33,9 +34,8 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3.0.0
with:
fetch-depth: 0
uses: actions/checkout@v4

- name: Run commitsar
uses: aevea/commitsar@v0.20.2

Expand Down

0 comments on commit 9e3c19e

Please sign in to comment.