Skip to content

chore: add list of fields to readme #20

chore: add list of fields to readme

chore: add list of fields to readme #20

Workflow file for this run

name: Test
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
run: npm install
- name: Test
run: npm run test
- name: Lint
run: npm run lint