Skip to content

fix: vote color updates on verify reviews page #420

fix: vote color updates on verify reviews page

fix: vote color updates on verify reviews page #420

Workflow file for this run

name: Lint
on:
pull_request:
types:
- opened
- reopened
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint and check formatting
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup pnpm
uses: ./.github/actions/setup-pnpm
- name: Install Dependencies
run: pnpm install
env:
HUSKY: 0
- name: Lint
run: pnpm lint