Merge pull request #1489 from mikebrow/ltag-scan-symlink-fixed
no longer need to skip /test header scan due to symlink
This commit is contained in:
commit
e10e07b50e
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -63,11 +63,10 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
../project/script/validate/dco
|
../project/script/validate/dco
|
||||||
|
|
||||||
# TODO: (mikebrow) removed test/ due to ltag not working with test/e3e symlink
|
|
||||||
- name: Headers
|
- name: Headers
|
||||||
working-directory: src/github.com/containerd/cri
|
working-directory: src/github.com/containerd/cri
|
||||||
run: |
|
run: |
|
||||||
ltag -t "../project/script/validate/template" --excludes "vendor test" --check -v
|
ltag -t "../project/script/validate/template" --check -v
|
||||||
|
|
||||||
- name: Vendor
|
- name: Vendor
|
||||||
working-directory: src/github.com/containerd/cri
|
working-directory: src/github.com/containerd/cri
|
||||||
|
Loading…
Reference in New Issue
Block a user