Skip to content

build(deps): bump glob from 7.2.3 to 10.3.12 #305

build(deps): bump glob from 7.2.3 to 10.3.12

build(deps): bump glob from 7.2.3 to 10.3.12 #305

Workflow file for this run

name: Lint JS
on:
push:
branches-ignore:
- "dependabot/**"
paths:
- "**/*.js"
- ".eslintrc.json"
- "package.json"
- "bin/node-sass"
- ".github/workflows/lint-js.yml"
pull_request:
paths:
- "**/*.js"
- ".eslintrc.json"
- "package.json"
- "bin/node-sass"
- ".github/workflows/lint-js.yml"
jobs:
build:
runs-on: ubuntu-latest
env:
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install packages
run: npm install --unsafe-perm
- name: Run Linting
run: npm run lint