mirror of
https://github.com/nortakales/flipper-zero-tonies.git
synced 2025-12-06 06:45:05 +01:00
add validate github workflow
This commit is contained in:
parent
2410015f46
commit
408a6e6b2b
3 changed files with 75 additions and 37 deletions
17
.github/workflows/validate.yaml
vendored
Normal file
17
.github/workflows/validate.yaml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
name: Validate NFC Files
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [ opened, synchronize, reopened ]
|
||||
|
||||
jobs:
|
||||
validation:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: validate
|
||||
run: ./validation.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue