Skip to content

Add "pure function" marker to entire module #122

Add "pure function" marker to entire module

Add "pure function" marker to entire module #122

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npx xo
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run build