Skip to content

web/timeline: add hover text to member events, make info messages smaller and secondary color #352

web/timeline: add hover text to member events, make info messages smaller and secondary color

web/timeline: add hover text to member events, make info messages smaller and secondary color #352

Workflow file for this run

name: JS
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./web
name: Lint JS
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci --include=dev
- name: Run ESLint
run: npm run lint