Skip to content

Bump @typescript-eslint/utils from 7.7.0 to 7.14.1 #309

Bump @typescript-eslint/utils from 7.7.0 to 7.14.1

Bump @typescript-eslint/utils from 7.7.0 to 7.14.1 #309

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
defaults:
run:
shell: nix shell .#ci --command bash {0}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/yarn
with:
cachix-auth-token: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: yarn build
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/yarn
with:
cachix-auth-token: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: yarn build
- run: yarn typecheck
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/yarn
with:
cachix-auth-token: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: yarn build
- run: yarn lint:ci
doctor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/yarn
with:
cachix-auth-token: ${{ secrets.CACHIX_AUTH_TOKEN }}
# workaround b/c it's broken
- run: yarn plugin remove @yarnpkg/plugin-version
- run: yarn doctor packages/