Skip to content

Commit

Permalink
fix: missing pre-commit script in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Aug 25, 2024
1 parent ade7438 commit 54b9fa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions scripts/ci/pre-commit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

set -eou pipefail

pre-commit run --all-files -v
2 changes: 1 addition & 1 deletion scripts/local/clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ for service in ${SERVICES[@]}; do
git clone "git@github.com:AtomiCloud/sulfoxide.${service}.git" "./repos/${service}"
done

echo "🔧 Done!"
echo "🔧 Done!"

0 comments on commit 54b9fa0

Please sign in to comment.