summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-04-29 12:58:28 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-04-29 13:05:05 +1000
commitaec46942a85f060bf8dc85a4197e5b7baae38804 (patch)
tree5818254f8bc9a77ff5e22ade7b8e7d70cc2a2a4e /.github
parentaa70723e3a7211c01ccfb78c710dbf7808037c6c (diff)
enforce lowercase filenames
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
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: