Skip to content

build(deps-dev): bump eslint from 8.56.0 to 9.1.1 #345

build(deps-dev): bump eslint from 8.56.0 to 9.1.1

build(deps-dev): bump eslint from 8.56.0 to 9.1.1 #345

Workflow file for this run

name: Lint
on: [push]
concurrency:
cancel-in-progress: true
group: lint-${{ github.ref }}
jobs:
code:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "npm"
- name: Install dependencies
run: |
npm install
- name: Lint (eslint && prettier)
run: |
npm run lint