Skip to content

fix(turbo): added reading of files for applying styles on vercel depl… #21

fix(turbo): added reading of files for applying styles on vercel depl…

fix(turbo): added reading of files for applying styles on vercel depl… #21

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
- name: Install dependencies
run: yarn install
- name: Lint code
run: yarn lint