Skip to content

Bump express from 4.18.2 to 4.19.2 #7

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #7

Workflow file for this run

name: ESLint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
eslint:
name: Run eslint scanning
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
actions: read
steps:
- name: Checkout code
uses: actions/checkout@v3
- run: npm ci
- run: npm run lint