Skip to content

fix readme and package json #17

fix readme and package json

fix readme and package json #17

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jdx/mise-action@v2
- run: yarn
- run: yarn test