Skip to content

Commit

Permalink
Added test validate format shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
jmetz committed Feb 8, 2024
1 parent 4c076b6 commit 215696e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .local/test_validate_format.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh
SCRIPT_DIR="$( dirname -- "$( readlink -f -- "$0"; )"; )"

set -o allexport
source $SCRIPT_DIR/.env
set +o allexport

DATE=$( date )
resource_path="willing-pig"
echo "Testing update_log on $resource_path"
python $SCRIPT_DIR/../.github/scripts/validate_format.py "$resource_path"


0 comments on commit 215696e

Please sign in to comment.