mirror of
https://github.com/actions/setup-node.git
synced 2025-07-21 22:18:29 +02:00
Add links to reusable workflows
This commit is contained in:
parent
ca97bf7f80
commit
f5ab623822
4 changed files with 4 additions and 4 deletions
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
|||
- '**.md'
|
||||
|
||||
jobs:
|
||||
call-basic-validation:
|
||||
call-basic-validation: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/basic-validation.yml
|
||||
name: Basic validation
|
||||
#uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
||||
uses: IvanZosimov/reusable-workflows/.github/workflows/basic-validation.yml@main
|
Loading…
Add table
Add a link
Reference in a new issue