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 35ac087 commit b480955
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint
run: make lint
run: |
go mod tidy
make lint

0 comments on commit b480955

Please sign in to comment.