We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df5d06 commit 675e8c5Copy full SHA for 675e8c5
.github/workflows/lint.yml
@@ -1,6 +1,10 @@
1
permissions:
2
contents: read
3
4
+concurrency:
5
+ group: ${{ github.workflow }}-${{ github.ref }}
6
+ cancel-in-progress: true
7
+
8
jobs:
9
lint:
10
env:
.github/workflows/nodejs.yml
@@ -2,6 +2,10 @@ name: Node CI
on: [push, pull_request]
test:
11
0 commit comments