Skip to content

chore: bump mocha from 11.7.5 to 11.7.6 #123

chore: bump mocha from 11.7.5 to 11.7.6

chore: bump mocha from 11.7.5 to 11.7.6 #123

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
paths:
- '**/*.js'
- package.json
- pnpm-lock.yaml
pull_request:
branches: [ main ]
paths:
- '**/*.js'
- package.json
- pnpm-lock.yaml
jobs:
build:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
# must come before setup-node
- name: Setup PNPM
uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6.0.3
with:
version: latest
- name: Use Node.js
uses: actions/setup-node@v6.4.0
with:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run ESLint
run: npx eslint .