Skip to content

Fix minor error after merge #86

Fix minor error after merge

Fix minor error after merge #86

Workflow file for this run

name: Validate
on:
push:
branches-ignore:
- master
branches:
- *

Check failure on line 7 in .github/workflows/validate.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/validate.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Validate hardware target files
run: |
python .github/targets_validator.py