Skip to content

Bump the eslint group across 1 directory with 2 updates #1640

Bump the eslint group across 1 directory with 2 updates

Bump the eslint group across 1 directory with 2 updates #1640

Workflow file for this run

name: Lint
on:
push:
jobs:
javascript:
name: JavaScript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: yarn
- name: Install dependencies
run: |
yarn install
- name: Lint
run: |
yarn lint