microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-broken-file-references

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

scripts/tests/Fixtures/Workflows/missing-version-comment.yml

12lines · modecode

1name: Missing Comment Test
2on: push
3jobs:
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