From aec46942a85f060bf8dc85a4197e5b7baae38804 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 29 Apr 2023 12:58:28 +1000 Subject: enforce lowercase filenames --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffe02ead8..05a5a0f73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: -- cgit v1.2.3