Skip to content

enable cascading deletion #56

enable cascading deletion

enable cascading deletion #56

Workflow file for this run

name: "CI Check"
on:
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn lint
- run: yarn test
- run: yarn build