Fix lint errors (which are actually bugs in linting dependencies) #114

Merged
telackey merged 6 commits from telackey/lint into main 2023-11-21 04:57:53 +00:00
Showing only changes of commit 5b2138d02f - Show all commits

View File

@ -23,6 +23,7 @@ jobs:
- name: "Dependency Review" - name: "Dependency Review"
uses: actions/dependency-review-action@v3 uses: actions/dependency-review-action@v3
if: env.GIT_DIFF if: env.GIT_DIFF
- name: "Go vulnerability check" # TODO: https://git.vdb.to/cerc-io/laconicd/issues/115
run: make vulncheck # - name: "Go vulnerability check"
if: env.GIT_DIFF # run: make vulncheck
# if: env.GIT_DIFF