We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c08ed commit d91614fCopy full SHA for d91614f
.github/workflows/lint-typescript.yml
@@ -9,7 +9,7 @@ permissions:
9
contents: read
10
11
concurrency:
12
- group: lint-eslint-${{ github.head_ref || github.run_id }}
+ group: lint-typescript-${{ github.head_ref || github.run_id }}
13
cancel-in-progress: true
14
15
jobs:
0 commit comments