Skip to content

Commit

Permalink
Update validator.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hooverdan96 committed Nov 15, 2024
1 parent 82b947d commit 7ad1e20
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@ jobs:
GOPATH: ${{ github.workspace }}
steps:
- uses: actions/checkout@v4
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
# - uses: actions/checkout@v4
# - run: go install -v -n -a github.com/rockstor/rockon-validator@latest
# - run: rockon-validator -w .
# - uses: reviewdog/action-suggester@v1
# with:
# tool_name: rockon-validator
# filter_mode: nofilter
# fail_on_error: true
- run: go install -v -n -a github.com/rockstor/rockon-validator@latest
- run: rockon-validator -w .
- uses: reviewdog/action-suggester@v1
with:
tool_name: rockon-validator
filter_mode: nofilter
fail_on_error: true

0 comments on commit 7ad1e20

Please sign in to comment.