Skip to content

⬆️ Bump @types/jest from 29.5.6 to 29.5.11 #210

⬆️ Bump @types/jest from 29.5.6 to 29.5.11

⬆️ Bump @types/jest from 29.5.6 to 29.5.11 #210

Workflow file for this run

name: ESLint
on: [push, pull_request]
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 16
cache: npm
- name: Install ESLint
run: npm install
- name: Run ESLint
run: npm run lint