setup-opentofu/.github/workflows/continuous-integration.yml
Devin 6f6755a295
CI: bump actions versions to fix deprecated actions/upload-artifact: v3
Signed-off-by: Devin <hoopysoup@users.noreply.github.com>
2025-09-21 09:09:46 -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: "24.x"
test:
name: Test
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@2826fb8353263a138210fc017301ce5767a9c0d4
with:
node-version: "24.x"