validate_files.yaml 317 B

123456789101112131415161718
  1. name: Validate NFC files
  2. on:
  3. push:
  4. workflow_dispatch:
  5. pull_request:
  6. types: [opened, synchronize, reopened]
  7. jobs:
  8. validation:
  9. runs-on: ubuntu-latest
  10. steps:
  11. - name: Checkout repository
  12. uses: actions/checkout@v4
  13. - name: Run validation
  14. run: ./scripts/validate_files.sh