Skip to content

style: turn @typescript-eslint/no-unsafe-argument rule on #88

style: turn @typescript-eslint/no-unsafe-argument rule on

style: turn @typescript-eslint/no-unsafe-argument rule on #88

Workflow file for this run

name: CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
env:
VOLTA_FEATURE_PNPM: 1
steps:
- uses: actions/checkout@v3
- name: Setup Volta and Node.js
uses: volta-cli/action@v3
- run: pnpm install
- run: pnpm build
- run: pnpm lint
- run: pnpm test