Skip to content

Commit

Permalink
chore: Run commitsar from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
paveldedik committed Mar 14, 2024
1 parent 9e3c19e commit 1f52252
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0

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

test:
name: Run Unit Tests
Expand Down

0 comments on commit 1f52252

Please sign in to comment.