Skip to content

fix(turbo): migrating from pnpm to yarn #2

fix(turbo): migrating from pnpm to yarn

fix(turbo): migrating from pnpm to yarn #2

Workflow file for this run

name: Lint code
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install
- name: Lint code
uses: reviewdog/action-eslint@v1
with:
reporter: github-check
eslint_flags: "./"