Skip to content

feat: tree view for project submission structure, cleanups #482

feat: tree view for project submission structure, cleanups

feat: tree view for project submission structure, cleanups #482

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