Skip to content

Bump braces and babel-jest #6

Bump braces and babel-jest

Bump braces and babel-jest #6

Workflow file for this run

name: ESLint
on: [push]
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run eslint