Skip to content

docs(readme): improve text and markup; rm badge #35

docs(readme): improve text and markup; rm badge

docs(readme): improve text and markup; rm badge #35

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up just
uses: extractions/setup-just@v2
- name: Run tests
run: |
just test