Skip to content

build(deps): bump braces from 3.0.2 to 3.0.3 #16

build(deps): bump braces from 3.0.2 to 3.0.3

build(deps): bump braces from 3.0.2 to 3.0.3 #16

Workflow file for this run

name: ESLint
on:
pull_request:
branches: [master, next, next-major, beta, alpha, '[0-9]+.x']
jobs:
es-lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint