Scripts folder

This commit is contained in:
Nick Ortakales 2025-03-03 21:26:50 -08:00
parent 677ff1d7c7
commit d26d75d5d6
4 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
ref: ${{ github.head_ref }}
- name: Build directories
run: ./build_directories.sh
run: ./scripts/build_directories.sh
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5

View file

@ -15,4 +15,4 @@ jobs:
uses: actions/checkout@v4
- name: Run validation
run: ./validate_files.sh
run: ./scripts/validate_files.sh