Skip to content

feat(overlay): first commit #26

feat(overlay): first commit

feat(overlay): first commit #26

name: Test numeric-stepper
on:
workflow_dispatch:
workflow_call:
push:
branches:
- '**'
tags-ignore:
- '**'
paths:
- '.github/workflows/ci_test_numeric-stepper.yml'
- 'projects/numeric-stepper/**'
concurrency:
group: ci-test-numeric-stepper-group-${{ github.ref }}
cancel-in-progress: true
jobs:
ci_test_numeric-stepper:
if: "${{ !contains(github.event.head_commit.message, 'chore(release): publish') }}"
uses: dsi-hug/action/.github/workflows/action.yml@v1
with:
working-directory: projects/numeric-stepper
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
node-versions: '[18, 20]'