setup-opentofu/.github/workflows/continuous-integration.yml
Dmitry Kisler fa9fe16a55
chore: update ver. of reusable workflow
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
2023-10-12 17:24:30 +02: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@967035ce963867fb956a309c9b67512314bc7c1f
with:
node-version: "20.x"
test:
name: Test
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@967035ce963867fb956a309c9b67512314bc7c1f
with:
node-version: "20.x"