We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e5276e + b1e34a8 commit 8034b7fCopy full SHA for 8034b7f
.github/workflows/general-formatting-checks.yml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
12
- name: Checkout repository
13
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
14
15
# https://github.com/per1234/formatting-checks
16
- name: Check for files starting with a blank line
.github/workflows/spell-check.yml
# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
- name: Spell check
0 commit comments