Skip to content

[Snyk] Security upgrade next from 12.1.6 to 13.5.0 #340

[Snyk] Security upgrade next from 12.1.6 to 13.5.0

[Snyk] Security upgrade next from 12.1.6 to 13.5.0 #340

Workflow file for this run

name: Lint
on:
push:
branches-ignore: dependabot/*
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: "16.x"
- name: Install dependencies
run: npm ci
- name: Lint project
run: npm run lint