mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-19 01:37:09 +00:00
clean up PR for merge
This commit is contained in:
parent
1061286fbc
commit
f55ee1bba3
5 changed files with 46205 additions and 155 deletions
17
.github/workflows/continuous-integration.yml
vendored
17
.github/workflows/continuous-integration.yml
vendored
|
|
@ -7,16 +7,9 @@ on:
|
|||
pull_request:
|
||||
|
||||
jobs:
|
||||
check-dist-call:
|
||||
check-dist:
|
||||
name: Check dist/ directory
|
||||
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-caching: npm
|
||||
|
||||
call-basic-validation:
|
||||
name: Basic validation
|
||||
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-caching: npm
|
||||
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189
|
||||
test:
|
||||
name: Test
|
||||
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189
|
||||
Loading…
Add table
Add a link
Reference in a new issue