mirror of
https://github.com/nortakales/flipper-zero-tonies.git
synced 2025-12-06 06:45:05 +01:00
Scripts folder
This commit is contained in:
parent
677ff1d7c7
commit
d26d75d5d6
4 changed files with 2 additions and 2 deletions
2
.github/workflows/build_directories.yaml
vendored
2
.github/workflows/build_directories.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/validate_files.yaml
vendored
2
.github/workflows/validate_files.yaml
vendored
|
|
@ -15,4 +15,4 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run validation
|
||||
run: ./validate_files.sh
|
||||
run: ./scripts/validate_files.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue