Skip to content

Commit fff5656

Browse files
author
Sergey Vilgelm
committed
Run nancy validation for all dependencies
1 parent 4f26f11 commit fff5656

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v2
18+
- uses: actions/setup-go@v2
19+
# We cannot use nancy-github-action because it is outdated, so it's better to use the latest
20+
# docker image for the validation
21+
- name: nancy
22+
run: go list -m all | docker run -i sonatypecommunity/nancy:latest
1823
- name: lint
1924
uses: golangci/golangci-lint-action@v2
2025
with:

0 commit comments

Comments
 (0)