Skip to content

chore(prettier): fix some style issues and add multiline-arrays plugin #31

chore(prettier): fix some style issues and add multiline-arrays plugin

chore(prettier): fix some style issues and add multiline-arrays plugin #31

name: Test snackbar
on:
workflow_dispatch:
workflow_call:
push:
branches:
- '**'
tags-ignore:
- '**'
paths:
- '.github/workflows/ci_test_snackbar.yml'
- 'projects/snackbar/**'
concurrency:
group: ci-test-snackbar-group-${{ github.ref }}
cancel-in-progress: true
jobs:
ci_test_snackbar:
uses: dsi-hug/actions/.github/workflows/action.yml@v2
with:
working-directory: projects/snackbar
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
node-versions: '[18, 20]'
lint: true
test: true
ci_test_status:
needs: ci_test_snackbar
uses: ./.github/workflows/ci_test_status.yml