Skip to content

Add README.md

Add README.md #3

Workflow file for this run

name: CI
on:
push:
jobs:
check:
runs-on: ubuntu-latest
container:
image: alpine:edge
steps:
- uses: actions/checkout@v4
- run: apk add --no-cache npm
- run: npx prettier --check .