Skip to content

Commit

Permalink
Meta: Add check-style.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhiya committed Jul 7, 2024
1 parent 3935abe commit e01f506
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Meta/check-style.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

set -e

script_path=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
cd "${script_path}" || exit 1

python3 check-style.py

0 comments on commit e01f506

Please sign in to comment.