Skip to content

docs: update readme

docs: update readme #7

Workflow file for this run

name: Pull Request
on:
pull_request:
tags: ["*"]
branches: ["main"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: jdx/mise-action@v2
- run: mise run "check:*"
- run: mise run "test:*"