Enable linting from specific rev in CI

This commit is contained in:
Katrina Verey
2022-03-30 19:12:47 -04:00
parent b0d2e4bdcd
commit d3a7b9008b

View File

@@ -20,7 +20,9 @@ jobs:
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint
run: ./hack/kyaml-pre-commit.sh