Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

add deprecation notice #391

add deprecation notice

add deprecation notice #391

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Install dependencies
uses: ./.github/actions/setup
- run: pnpm vitest