Skip to content

Commit

Permalink
add lint-fix to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
randytqwjp committed Oct 23, 2024
1 parent 691c4f4 commit e28d881
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ jobs:
run: make build
- name: Test
run: make test
- name: Test
run: make lint-fix
- name: Lint
run: make lint

0 comments on commit e28d881

Please sign in to comment.