Skip to content

Commit

Permalink
chore: remove terraform fmt from check
Browse files Browse the repository at this point in the history
I think that this may have been previously included by default in GitHub
actions runners, and then was removed. I don't see ever having any code
of my own which installed it.
  • Loading branch information
jdevries3133 committed Jan 31, 2025
1 parent ed736d7 commit cb86166
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ endif
./scripts/lint_todo.sh
cargo clippy --features production -- -D warnings
cargo fmt --check
terraform fmt --check
cargo test

sqlx:
Expand Down

0 comments on commit cb86166

Please sign in to comment.