enforce lowercase filenames

This commit is contained in:
Jesse Duffield
2023-04-29 12:58:28 +10:00
parent aa70723e3a
commit aec46942a8
5 changed files with 16 additions and 0 deletions

View File

@@ -140,6 +140,8 @@ jobs:
run: |
go generate pkg/integration/tests/tests.go && git diff --exit-code || (echo "Integration test list not up to date. Run 'go generate pkg/integration/tests/tests.go' locally and commit the changes" && exit 1)
shell: bash # needed so that we get "-o pipefail"
- name: Check Filenames
run: scripts/check_filenames.sh
lint:
runs-on: ubuntu-latest
env: