Skip to content

Commit

Permalink
Merge pull request #2640 from joshcooper/drop_commits_check
Browse files Browse the repository at this point in the history
Drop commit check
  • Loading branch information
joshcooper authored Nov 18, 2023
2 parents 9fc23c5 + feab23f commit c0d2a9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,3 @@ jobs:

# forces the job to fail if there are any new offences
FORCE_ERROR_EXIT: true

commit_checks:
runs-on: ubuntu-20.04
name: commit message
steps:
- name: Checkout current PR
uses: actions/checkout@v4
with:
fetch-depth: 2

- name: Commit message checks
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- run: bundle install --jobs 3 --retry 3
- run: bundle exec rake commits
32 changes: 0 additions & 32 deletions tasks/commits.rake

This file was deleted.

0 comments on commit c0d2a9d

Please sign in to comment.