Adding Gizont 868MHz 40cm omni fiberglass antenna. #30
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Guidelines Validation | |
| on: | |
| pull_request: | |
| paths: | |
| - 'antennas/**' | |
| - 'README.md' | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - 'antennas/**' | |
| - 'README.md' | |
| jobs: | |
| validate-guidelines: | |
| name: Validate guidelines | |
| runs-on: ubuntu-latest | |
| container: | |
| image: python:3.11-alpine | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 # Fetch full history to compare changes | |
| - name: Run all validations | |
| run: | | |
| python .github/scripts/validate_all.py |