Skip to content

Commit

Permalink
Experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Evertras committed May 3, 2024
1 parent b480955 commit a0df204
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.21.4
- name: Checkout code
uses: actions/checkout@v4
- name: Lint
run: |
go mod tidy
make lint
run: make lint

0 comments on commit a0df204

Please sign in to comment.