Skip to content

Commit

Permalink
feat(ci): add conventional commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRichardH committed Apr 14, 2023
1 parent 2f0bb5d commit 2d23c00
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,14 @@ jobs:

- name: Install dotfiles
run: $HOME/dotfiles/install.sh

cog_check_job:
runs-on: ubuntu-latest
name: Check conventional commit compliance
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Conventional commits check
uses: oknozor/[email protected]

0 comments on commit 2d23c00

Please sign in to comment.