From 9e3c19e6a4ed043f159086eb1e802254f71ad1d5 Mon Sep 17 00:00:00 2001 From: Pavel Dedik Date: Thu, 14 Mar 2024 20:38:10 +0100 Subject: [PATCH] chore: Fix commitsar --- .commitsar.yaml | 5 +++++ .github/workflows/test.yaml | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .commitsar.yaml diff --git a/.commitsar.yaml b/.commitsar.yaml new file mode 100644 index 0000000..0710ae6 --- /dev/null +++ b/.commitsar.yaml @@ -0,0 +1,5 @@ +version: 1 +verbose: true +commits: + strict: true + disabled: false diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1afb76d..8acf55a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,6 +11,7 @@ jobs: lint: name: Run pre-commit hooks runs-on: ubuntu-latest + steps: - uses: actions/checkout@v4 @@ -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