Skip to content

fix: use this: void to prevent linter errors on caller side #23

fix: use this: void to prevent linter errors on caller side

fix: use this: void to prevent linter errors on caller side #23

Workflow file for this run

name: Check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm ci
- run: npm run build
- run: npm test
- run: npm run lint