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.
1 parent 2b5ec59 commit 0bbb4a3Copy full SHA for 0bbb4a3
.github/workflows/validate.yml
@@ -59,3 +59,9 @@ jobs:
59
run: pip install --break-system-packages codespell==v2.4.1
60
- name: run codespell
61
run: codespell
62
+
63
+ space-at-eol:
64
+ runs-on: ubuntu-24.04
65
+ steps:
66
+ - uses: actions/checkout@v4
67
+ - run: if git -P grep -I -n '\s$'; then echo "^^^ extra whitespace at EOL, please fix"; exit 1; fi
0 commit comments