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 d5a0446
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/enforce_conventional_commits.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
name: Conventional Commits

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

on:
pull_request:
branches:
- main

push:
branches:
- main

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 d5a0446

Please sign in to comment.