Skip to content

Commit d4e3c27

Browse files
committed
remove commented Nancy
1 parent f26af53 commit d4e3c27

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/validate-gha-workflows.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,6 @@ on:
66
pull_request:
77

88
jobs:
9-
# # TODO: enable for every module or remove
10-
# vulnerabilities-check:
11-
# name: Check for Vulnerabilities
12-
# runs-on: ubuntu-latest
13-
# steps:
14-
# - name: Check out Code
15-
# uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
16-
# - name: Install Go
17-
# uses: smartcontractkit/.github/actions/setup-golang@3835daadbcefcae06d12dc42a405a856c980d2cc
18-
# with:
19-
# go-version-file: ./lib/go.mod
20-
# use-go-cache: true
21-
# go-cache-dep-path: ./lib/go.sum
22-
# - name: Write Go List
23-
# working-directory: lib
24-
# run: go list -json -deps ./... > ../go.list
25-
# - name: Nancy
26-
# uses: sonatype-nexus-community/nancy-github-action@726e338312e68ecdd4b4195765f174d3b3ce1533 # v1.0.3
27-
289
actionlint:
2910
name: Validate GitHub Action Workflows
3011
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)