Chore(Fortune): add pre-commit to check special events
This commit is contained in:
7
scripts/check-events.sh
Executable file
7
scripts/check-events.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
python3 scripts/check-events.py fortune_generator/json/custom_special.json custom
|
||||
python3 scripts/check-events.py fortune_generator/json/cyclical_special.json cyclical
|
||||
python3 scripts/check-events.py fortune_generator/json/static_special.json static
|
||||
Reference in New Issue
Block a user