mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-18 17:27:07 +00:00
Signed-off-by: Rui Chen <rui@chenrui.dev> fix action refs for `actions/reusable-workflows` Signed-off-by: Rui Chen <rui@chenrui.dev>
15 lines
351 B
YAML
15 lines
351 B
YAML
name: 'Continuous Integration'
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
|
|
jobs:
|
|
check-dist-call:
|
|
name: Check dist/ directory
|
|
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
|
call-basic-validation:
|
|
name: Basic validation
|
|
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|