Skip to content

Commit

Permalink
Add script to fix everything
Browse files Browse the repository at this point in the history
  • Loading branch information
kytta committed Jan 28, 2025
1 parent e4f786f commit 19da775
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions script/fix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

set -eu

ROOT="$(dirname "$(dirname "$0")")"

"$ROOT"/script/fmt
"$ROOT"/script/lint --fix

0 comments on commit 19da775

Please sign in to comment.