Skip to content

Enable all typescript-eslint recommended-type-checked rules #16

Enable all typescript-eslint recommended-type-checked rules

Enable all typescript-eslint recommended-type-checked rules #16

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: yarn install
- run: yarn exec -- ./lint.sh