Skip to content

chore: update README.md (#68) #108

chore: update README.md (#68)

chore: update README.md (#68) #108

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm run test
env:
CI: true
- name: Build
run: npm run build