We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5911c68 + 3e00a15 commit 0b97d60Copy full SHA for 0b97d60
.github/workflows/linting.yml
@@ -1,6 +1,9 @@
1
name: Linting
2
on:
3
- pull_request
4
+concurrency:
5
+ group: ${{ github.workflow }}-${{ github.ref }}
6
+ cancel-in-progress: true
7
jobs:
8
yamllint:
9
name: Yamllint
.github/workflows/spell_checking.yml
@@ -2,6 +2,10 @@ name: Spell Checking
on: [pull_request]
+
10
codespell:
11
name: Check spelling of all files with codespell
0 commit comments