We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b139b commit 9dfb569Copy full SHA for 9dfb569
.github/workflows/lint.yml
@@ -6,6 +6,10 @@ on:
6
push:
7
branches: [dev, main]
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
lint:
15
name: Lint & Type Check
.github/workflows/test.yml
# Unit tests - fast feedback
unit-tests:
0 commit comments