Skip to content

build(deps): bump winston-transport from 4.7.1 to 4.8.0 #10

build(deps): bump winston-transport from 4.7.1 to 4.8.0

build(deps): bump winston-transport from 4.7.1 to 4.8.0 #10

Workflow file for this run

name: ESLint
on:
pull_request:
jobs:
eslint:
name: Run eslint scanning
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint