Skip to content

Commit

Permalink
chore(ci): Add missing committed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 3, 2021
1 parent 5283bc6 commit 6173901
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/committed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Lint Commits
on: [pull_request]

jobs:
run:
name: Lint Commits
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Lint Commits
uses: crate-ci/committed@master

0 comments on commit 6173901

Please sign in to comment.