Skip to content

Turn on noImplicitAny in tsconfig.json #73

Turn on noImplicitAny in tsconfig.json

Turn on noImplicitAny in tsconfig.json #73

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun lint
env:
CI: true