Skip to content

[Snyk] Security upgrade bootstrap from 4.6.2 to 5.0.0 #20

[Snyk] Security upgrade bootstrap from 4.6.2 to 5.0.0

[Snyk] Security upgrade bootstrap from 4.6.2 to 5.0.0 #20

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