mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-02-03 17:36:42 -05:00
test v3 CI for node 16
This commit is contained in:
parent
ea9897a6e5
commit
a2033c1666
1 changed files with 2 additions and 1 deletions
3
.github/workflows/basic-validation.yml
vendored
3
.github/workflows/basic-validation.yml
vendored
|
@ -10,8 +10,9 @@ on:
|
|||
- releases/*
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
call-basic-validation:
|
||||
name: Basic validation
|
||||
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
||||
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@f29e256d8e29342dea6fe09c145121ae580b1e9c
|
||||
|
|
Loading…
Reference in a new issue