Skip to content

Bump express from 4.19.2 to 4.21.0 in /frontend #17

Bump express from 4.19.2 to 4.21.0 in /frontend

Bump express from 4.19.2 to 4.21.0 in /frontend #17

name: Linting Frontend
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install
run: npm ci --prefer-offline
working-directory: ./frontend
- name: Eslint
run: npm run eslint
working-directory: ./frontend