Skip to content

Bump actions/setup-node from 4 to 5 #147

Bump actions/setup-node from 4 to 5

Bump actions/setup-node from 4 to 5 #147

Workflow file for this run

name: ESLint 🔍
on:
push:
pull_request:
jobs:
eslint:
name: "ESLint 🇯‌🇸‌"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run eslint-fix