Skip to content

Commit

Permalink
ci: move cog check action to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Nov 30, 2021
1 parent 49e79d1 commit 4616065
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config --global user.email github-actions@github.com
git config --global user.name github-actions
- name: Conventional commit check
uses: oknozor/cocogitto-action@v1
with:
git-user: 'github-actions'
git-user-email: 'github-actions@github.com'

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/Cogogitto.yml

This file was deleted.

0 comments on commit 4616065

Please sign in to comment.