Skip to content

frontend: Do not show empty projects in the images list #21

frontend: Do not show empty projects in the images list

frontend: Do not show empty projects in the images list #21

Workflow file for this run

on: [pull_request]
name: Frontend Continuous integration
jobs:
build:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./frontend
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: frontend/package-lock.json
- run: npm ci
- run: npm run check
- run: npm run lint
- run: npm run format:check