Skip to content

Bump @typescript-eslint/utils from 5.42.0 to 6.21.0 #269

Bump @typescript-eslint/utils from 5.42.0 to 6.21.0

Bump @typescript-eslint/utils from 5.42.0 to 6.21.0 #269

Workflow file for this run

name: Run Prettier
on:
pull_request: {}
push:
branches:
- master
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn prettier