docs: add shields.io badges, license file/section per SPEC v1.1 #7
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: Validate | |
| on: [push, pull_request] | |
| jobs: | |
| validate: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Run PowerShell validator | |
| shell: pwsh | |
| run: pwsh scripts/validate.ps1 -Verbose | |
| - name: Run Bash validator | |
| run: bash scripts/validate.sh --verbose |