Skip to content

Add JSR badge

Add JSR badge #13

Workflow file for this run

name: Check
on: [push, pull_request]
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run fmt:check