shell comment

This commit is contained in:
Mahyar McDonald 2025-11-03 19:05:03 -08:00
parent 99020146f7
commit a94ac1b452

View file

@ -31,7 +31,7 @@ jobs:
- name: Lint (local)
if: vars.USE_LOCAL_LINTER == 'true'
run: |
run: | #shell
# Install golangci-lint
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.52.2