mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-04-04 08:46:53 +00:00
docs: update usage to explain how to use it with actions/checkout@v2
This commit is contained in:
parent
c8ff3dcea8
commit
341b9514fa
3 changed files with 13 additions and 5 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.x'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue