Skip to content

Bump debug from 4.1.1 to 4.3.4 in /Automations/magdh-universty-notice #38

Bump debug from 4.1.1 to 4.3.4 in /Automations/magdh-universty-notice

Bump debug from 4.1.1 to 4.3.4 in /Automations/magdh-universty-notice #38

Workflow file for this run

name: lint javascript projects
on:
pull_request:
branches: [ master]
jobs:
lint_pull_request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.15.0
- run: npm ci
- run: npm run lint