Skip to content

fix: Styles in the Wearables, Emotes and Items detail page (#2248) #329

fix: Styles in the Wearables, Emotes and Items detail page (#2248)

fix: Styles in the Wearables, Emotes and Items detail page (#2248) #329

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./webapp
steps:
- uses: actions/checkout@master
- name: Use Node.js 20.x
uses: actions/setup-node@v4.0.1
with:
node-version: 20.x
cache: "npm"
cache-dependency-path: webapp/package-lock.json
- name: Install
run: npm install --legacy-peer-deps
- name: Lint
run: npm run check:code