Skip to content

build(deps-dev): bump eslint from 8.44.0 to 8.45.0 #802

build(deps-dev): bump eslint from 8.44.0 to 8.45.0

build(deps-dev): bump eslint from 8.44.0 to 8.45.0 #802

Workflow file for this run

name: Linter 🧐
on:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize, closed]
jobs:
linter:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
- name: ⎔ Setup node
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: 📥 Download deps
run: yarn install
- name: 🔬 Run Linter
run: yarn lint