Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Update dependency eslint-plugin-n to v16.6.0 #69

Update dependency eslint-plugin-n to v16.6.0

Update dependency eslint-plugin-n to v16.6.0 #69

name: "Static analysis"
on: [push]
permissions:
contents: read
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Install modules
run: npm install
- name: Run Lint
run: npm run lint