mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 02:20:58 -05:00
chore(ci): Add missing committed workflow
This commit is contained in:
parent
6fc9eab101
commit
26ad06e961
1 changed files with 14 additions and 0 deletions
14
.github/workflows/committed.yml
vendored
Normal file
14
.github/workflows/committed.yml
vendored
Normal 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
|
Loading…
Reference in a new issue