Skip to content

Cleanup TODO

Cleanup TODO #117

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
eslint:
name: eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Setup yarn
run: |
corepack enable
- uses: bahmutov/npm-install@v1
with:
install-command: yarn --immutable
- name: Build
run: |
yarn prepare
- name: Lint files
run: yarn eslint
biome:
name: biome
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Setup yarn
run: |
corepack enable
- uses: bahmutov/npm-install@v1
with:
install-command: yarn --immutable
- name: Build
run: |
yarn prepare
- name: Lint files
run: yarn biome