Skip to content

Commit

Permalink
ci: add conventional commit check step in ci action
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <simone.ragonesi@sighup.io>
  • Loading branch information
R3DRUN3 committed Feb 13, 2024
1 parent a4661db commit 1f41802
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
name: ci
runs-on: ubuntu-latest
steps:
- name: Check conventional commits
uses: webiny/action-conventional-commits@v1.3.0

- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 1f41802

Please sign in to comment.