dev(ci): add cancel-workflow-action to linter
Ref https://github.com/styfle/cancel-workflow-action
This commit is contained in:
parent
0c68486424
commit
0f25a813e1
1 changed files with 3 additions and 0 deletions
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
|
@ -6,6 +6,9 @@ jobs:
|
|||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: styfle/cancel-workflow-action@0.9.1
|
||||
with:
|
||||
access_token: ${{ github.token }}
|
||||
- uses: purcell/setup-emacs@master
|
||||
with:
|
||||
version: 27.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue