Skip to content

fix: hide inactive crowd report lines (#223) #611

fix: hide inactive crowd report lines (#223)

fix: hide inactive crowd report lines (#223) #611

Workflow file for this run

name: Validate
on:
pull_request:
push:
branches:
- main
- production
- overhaul
jobs:
verify:
name: Verify
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
cache: npm
- name: Install dependencies
run: npm ci
- name: Verify
run: npm run verify