setup-opentofu/.github/workflows/continuous-integration.yml
Devin 498714b0a0
ci: revert workflows back to node20
Signed-off-by: Devin <hoopysoup@users.noreply.github.com>
2025-09-26 08:26:01 -07:00

19 lines
463 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@2826fb8353263a138210fc017301ce5767a9c0d4
with:
node-version: "20.x"
test:
name: Test
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@2826fb8353263a138210fc017301ce5767a9c0d4
with:
node-version: "20.x"