Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Bump express from 4.18.2 to 4.19.2 in /backend #631

Bump express from 4.18.2 to 4.19.2 in /backend

Bump express from 4.18.2 to 4.19.2 in /backend #631

Workflow file for this run

name: lint frontend
on:
push:
branches: [ "develop", "master",'*']
pull_request:
# The branches below must be a subset of the branches above
branches: [ "develop", "master" ]
jobs:
eslint:
name: Linting frontend
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run ESLint Frontend
run: |
cd frontend/mycargonaut
npm install
npm run lint