Skip to content

chore(deps): bump djangorestframework from 3.15.1 to 3.15.2 in /backend #588

chore(deps): bump djangorestframework from 3.15.1 to 3.15.2 in /backend

chore(deps): bump djangorestframework from 3.15.1 to 3.15.2 in /backend #588

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