Skip to content

hide deleted comment if no replies (#2386) #4374

hide deleted comment if no replies (#2386)

hide deleted comment if no replies (#2386) #4374

Workflow file for this run

name: repo-lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: 'actions/checkout@v3'
with:
fetch-depth: 0
- uses: 'actions/setup-node@v3'
with:
node-version: 20.5.0
cache: 'yarn'
- run: 'yarn install --immutable'
- name: Run Lint & Prettier
run: node_modules/.bin/moon run :lint :prettier