mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-15 16:12:35 +00:00
22 lines
508 B
YAML
22 lines
508 B
YAML
name: 'Continuous Integration'
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
|
|
jobs:
|
|
check-dist:
|
|
name: Check dist/ directory
|
|
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@95d9656793415e47f574f7967f3850ea3bf5a7ed
|
|
with:
|
|
node-version: 20.x
|
|
node-caching: npm
|
|
|
|
test:
|
|
name: Test
|
|
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@95d9656793415e47f574f7967f3850ea3bf5a7ed
|
|
with:
|
|
node-version: 20.x
|
|
node-caching: npm
|