Skip to content

Commit

Permalink
fix github action file and update jape config
Browse files Browse the repository at this point in the history
  • Loading branch information
chris124567 committed Dec 6, 2023
1 parent 3c16791 commit 987d6e3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ runs:
- name: Configure git # required for golangci-lint on Windows
shell: bash
run: git config --global core.autocrlf false
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
skip-cache: true
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
skip-cache: true
- name: Analyze
uses: SiaFoundation/action-golang-analysis@HEAD
with:
analyzers: |
go.sia.tech/jape.Analyzer
directories: |
api
- name: Test
uses: n8maninger/action-golang-test@v1
with:
Expand Down

0 comments on commit 987d6e3

Please sign in to comment.