Skip to content

Commit

Permalink
fix pathing in cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Feb 1, 2024
1 parent 35468e2 commit e15dc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: go install mvdan.cc/gofumpt@latest
- name: Check code formatting
run: |
unformatted_files=$(gofumpt -l ./backend/)
unformatted_files=$(gofumpt -l ./cli/)
if [ -n "$unformatted_files" ]; then
echo "Files not formatted:"
echo "$unformatted_files"
Expand Down

0 comments on commit e15dc1b

Please sign in to comment.