Skip to content

fix(components): adds use client #497

fix(components): adds use client

fix(components): adds use client #497

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, edited, reopened, synchronize]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install Dependencies
run: yarn install --immutable
- name: Lint
run: yarn run lint