docs: use the lifecycle GIF as the sole hero, drop the static still #5
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: CI | |
| on: | |
| push: | |
| pull_request: | |
| # Least privilege: validate.sh only reads the tree. | |
| permissions: | |
| contents: read | |
| jobs: | |
| validate: | |
| runs-on: macos-latest | |
| steps: | |
| # Pinned to a commit SHA (supply-chain hygiene); comment tracks the tag. | |
| - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | |
| - name: Validate plugin | |
| run: ./scripts/validate.sh |