Skip to content

feat: notifications frontend #549

feat: notifications frontend

feat: notifications frontend #549

name: frontend-linting
on:
pull_request:
branches: [main, development]
workflow_dispatch:
jobs:
linting-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: cd frontend; npm install
- name: Run ESLint
run: cd frontend; npm run lint