Skip to content

feat(numeric-stepper): first commit #2

feat(numeric-stepper): first commit

feat(numeric-stepper): first commit #2

name: Test numeric-stepper
on:
workflow_dispatch:
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:
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]'