Skip to content

Fix tsconfig settings #21

Fix tsconfig settings

Fix tsconfig settings #21

Workflow file for this run

name: Lint
on: push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: './.github/actions/setup'
- name: Lint
run: yarn lint
- name: Check formatting
run: yarn prettier --check .