Skip to content

Add more test

Add more test #64

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request: {}
concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
lints:
runs-on: ubuntu-latest
steps:
- uses: wyvox/action@v1
- run: pnpm lint
- run: pnpm format
- uses: wyvox/action-no-git-diff@v1
tests:
runs-on: ubuntu-latest
steps:
- uses: wyvox/action@v1
- run: pnpm test