setup-terraform/.github/workflows/continuous-integration.yml
Rui Chen 20db800a20
feat: bump to use node20 runtime
Signed-off-by: Rui Chen <rui@chenrui.dev>

fix action refs for `actions/reusable-workflows`

Signed-off-by: Rui Chen <rui@chenrui.dev>
2023-10-25 18:20:50 -04:00

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