Skip to content

Commit

Permalink
ci: remove cog check
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Nov 25, 2024
1 parent cdc4c2e commit a679c9e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,6 @@ concurrency:
cancel-in-progress: true
name: check
jobs:
cog_check_job:
runs-on: ubuntu-latest
name: check conventional commit compliance
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# pick the pr HEAD instead of the merge commit only if it's a PR, otherwise use the default
ref: ${{ github.event.pull_request.head.sha || github.sha }}
check-latest-tag-only: true

- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3
with:
check-latest-tag-only: true
fmt:
runs-on: ubuntu-latest
name: stable / fmt
Expand Down

0 comments on commit a679c9e

Please sign in to comment.