Skip to content

some examples for important and modifires #8

some examples for important and modifires

some examples for important and modifires #8

Workflow file for this run

name: tests
on:
push:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: CI-check
run: pnpm run test