Skip to content

chore(deps-dev): bump eslint from 8.57.0 to 9.11.1 #181

chore(deps-dev): bump eslint from 8.57.0 to 9.11.1

chore(deps-dev): bump eslint from 8.57.0 to 9.11.1 #181

name: Automated Tests
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
permissions:
contents: read
jobs:
run-lint:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: 📥 Check out repository
uses: actions/checkout@v4
- name: 📜 Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- name: 🔗 Install dependencies
run: npm install
- name: 🧹 Lint
run: npm run lint