Skip to content

Commit c25a096

Browse files
author
Sergey Vilgelm
committed
Run nancy validation for all dependencies
1 parent 203bab6 commit c25a096

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v2
18+
- uses: actions/setup-go@v2
19+
- name: nancy
20+
run: go list -m all | docker run -i sonatypecommunity/nancy:latest
1821
- name: lint
1922
uses: golangci/golangci-lint-action@v1.2.2
2023
with:

0 commit comments

Comments
 (0)