Skip to content

Commit

Permalink
Fix hygiene ci step
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Jan 25, 2024
1 parent 5214325 commit ceb2ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Python lint
run: make python-lint
- name: Automated hygiene verification
run: make check-hygiene
run: make hygiene
- name: Shell lint
run: make shell-lint
- name: Go lint
Expand Down

0 comments on commit ceb2ca0

Please sign in to comment.