add validate github workflow

This commit is contained in:
b2un0 2025-02-21 13:20:08 +01:00 committed by Nick Ortakales
parent 2410015f46
commit 408a6e6b2b
3 changed files with 75 additions and 37 deletions

17
.github/workflows/validate.yaml vendored Normal file
View 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