Skip to content

build(deps): bump debug from 4.3.6 to 4.3.7 in /src #1466

build(deps): bump debug from 4.3.6 to 4.3.7 in /src

build(deps): bump debug from 4.3.6 to 4.3.7 in /src #1466

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- production
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
if: github.repository_owner == 'wg-easy'
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
check-latest: true
cache: 'npm'
- name: npm run lint
run: |
cd src
npm ci
npm run lint