Skip to content

chore(main): release esconfig 0.10.16 (#167) #339

chore(main): release esconfig 0.10.16 (#167)

chore(main): release esconfig 0.10.16 (#167) #339

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# waiting on: https://github.com/actions/setup-node/issues/531
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- run: yarn install --immutable
- run: yarn lint
- run: yarn typecheck
- run: yarn format:check
- run: yarn knip