microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
scripts/tests/Fixtures/Workflows/missing-version-comment.yml
12lines · modecode
| 1 | name: Missing Comment Test |
| 2 | on: push |
| 3 | jobs: |
| 4 | build: |
| 5 | runs-on: ubuntu-latest |
| 6 | steps: |
| 7 | - name: Checkout code |
| 8 | uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 |
| 9 | - name: Setup Node with comment |
| 10 | uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 |
| 11 | with: |
| 12 | node-version: '20' |
| 13 | |