Skip to content

update linterOptions, fix react-typescript config, update README with… #209

update linterOptions, fix react-typescript config, update README with…

update linterOptions, fix react-typescript config, update README with… #209

Workflow file for this run

name: ci
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version: 22
- name: 📥 Download deps
run: npm i
- name: 🧪 Run test script
run: npm test