mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
dev(ci): add cancel-workflow-action to linter
Ref https://github.com/styfle/cancel-workflow-action
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user