Skip to content

Commit

Permalink
fix paths to trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
docwhat committed May 23, 2024
1 parent bdc7b99 commit 0aeb324
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion script/lint
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

set -euo pipefail

cd "$(dirname "${BASH_SOURCE[0]}")/.."

# bash -n in the minimal check for bash scripts.
for file in lib/*.bash; do
bash -n "${file}"
done

trunk check --all
script/trunk fmt --all
script/trunk check --all

# EOF

0 comments on commit 0aeb324

Please sign in to comment.