Skip to content

build(deps-dev): bump eslint from 9.11.0 to 9.11.1 #757

build(deps-dev): bump eslint from 9.11.0 to 9.11.1

build(deps-dev): bump eslint from 9.11.0 to 9.11.1 #757

Workflow file for this run

---
name: CI
on:
pull_request:
push:
schedule:
- cron: "42 18 * * 3"
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 14
- name: Install dependencies
run: npm install
- name: Lint code
run: npm run lint