chore(ci): Add missing committed workflow

This commit is contained in:
Ed Page 2021-07-03 12:03:52 -05:00
parent 6fc9eab101
commit 26ad06e961

14
.github/workflows/committed.yml vendored Normal file
View file

@ -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