setup-opentofu/.github/workflows/continuous-integration.yml
Diogenes Fernandes 13d2b2c29f
Pinning into specific node version
Signed-off-by: Diogenes Fernandes <diofeher@gmail.com>
2025-10-14 09:09:13 -03:00

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