Skip to content

Commit

Permalink
Removed duplicate code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 6, 2021
1 parent bdbaf25 commit a09a892
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ jobs:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token

- name: golangci-lint
if: "${{ runner.os }} == 'Linux'"
uses: reviewdog/action-golangci-lint@v2
with:
workdir: test
go_version: "1.14.4"

- name: Run auto-doc using the current working directory
uses: ./

Expand Down

0 comments on commit a09a892

Please sign in to comment.