Skip to content

Bump cookie and express in /frontend #19

Bump cookie and express in /frontend

Bump cookie and express in /frontend #19

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