Skip to content

Commit

Permalink
chore: cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouball committed Sep 30, 2024
1 parent bc1cb08 commit 50ff5f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/enforce_conventional_commits.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Conventional Commits

# Modeled after https://github.com/oss-review-toolkit/ort

on:
pull_request:
branches:
Expand All @@ -13,12 +11,13 @@ on:

jobs:
commit-lint:
name: Validate commits
name: Verify Conventional Commits

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
with: { fetch-depth: 0 }

- name: Check Commit Messages
Expand Down

0 comments on commit 50ff5f1

Please sign in to comment.