Skip to content

web: use helper instead of subscribing to event manually #1

web: use helper instead of subscribing to event manually

web: use helper instead of subscribing to event manually #1

Workflow file for this run

name: JS
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./web
name: Lint
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install --dev --legacy-peer-deps
- name: Run ESLint
run: eslint ./src