Skip to content

fix(upvote button): reduced upvote button size and unintentional shrinking #9

fix(upvote button): reduced upvote button size and unintentional shrinking

fix(upvote button): reduced upvote button size and unintentional shrinking #9

Workflow file for this run

name: on-pull-request
on:
pull_request:
branches:
- dev
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
run: npm install
- name: Run lint
run: npm run lint