Skip to content

[Snyk] Security upgrade webpack-cli from 3.3.12 to 4.0.0 #23

[Snyk] Security upgrade webpack-cli from 3.3.12 to 4.0.0

[Snyk] Security upgrade webpack-cli from 3.3.12 to 4.0.0 #23

Workflow file for this run

# Copyright The Linux Foundation and each contributor to LFX.
# SPDX-License-Identifier: MIT
name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 16
cache: yarn
cache-dependency-path: "yarn.lock"
- name: Install Dependencies
run: yarn install
- name: Lint
run: yarn eslint