Skip to content

Bump the npm_and_yarn group across 2 directories with 10 updates #215

Bump the npm_and_yarn group across 2 directories with 10 updates

Bump the npm_and_yarn group across 2 directories with 10 updates #215

Workflow file for this run

name: Check Formatting
on:
pull_request:
branches:
- main
jobs:
format:
name: Check Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set-up Node
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install Dependencies
run: |
npm install
- name: Run ESLint
run: |
npx eslint . --max-warnings=0