Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jan 22, 2024
1 parent e5edfb8 commit 4c4559d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,19 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check out source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: true

- name: Run lint
uses: golangci/golangci-lint-action@v2
uses: reviewdog/action-golangci-lint@v2
with:
fail_on_error: true
golangci_lint_flags: --timeout=5m

- name: Run tests
run: make ci
Expand Down

0 comments on commit 4c4559d

Please sign in to comment.