Skip to content

Upgrade all dependencies #15

Upgrade all dependencies

Upgrade all dependencies #15

Workflow file for this run

on:
push:
pull_request:
workflow_call:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: yarn
- run: corepack enable
- run: yarn install --immutable
- run: yarn run lint