Merge pull request #3883 from kolyshkin/space-at-eol

ci/gha: add space-at-eol check, fix existing issues
This commit is contained in:
Akihiro Suda
2023-06-14 12:39:09 +09:00
committed by GitHub
6 changed files with 43 additions and 36 deletions

View File

@@ -101,6 +101,13 @@ jobs:
- name: check-config.sh
run : ./script/check-config.sh
space-at-eol:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rm -fr vendor
- run: if git -P grep -I -n '\s$'; then echo "^^^ extra whitespace at EOL, please fix"; exit 1; fi
deps:
runs-on: ubuntu-22.04
steps: