Skip to content

Bump brace-expansion from 1.1.11 to 1.1.16 #44

Bump brace-expansion from 1.1.11 to 1.1.16

Bump brace-expansion from 1.1.11 to 1.1.16 #44

Workflow file for this run

name: Lint the JavaScript code style
permissions:
contents: read
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Node.js 16.x
uses: actions/setup-node@v6
with:
node-version: 16.x
cache: 'npm'
- name: Install dependencies
run: npm install --only=dev
- name: Run eslint
run: |
npm run js-lint