Skip to content

Bump mocha from 10.4.0 to 10.6.0 #69

Bump mocha from 10.4.0 to 10.6.0

Bump mocha from 10.4.0 to 10.6.0 #69

Workflow file for this run

---
name: Linting
on: # yamllint disable-line rule:truthy
pull_request: {}
push:
branches:
- main
jobs:
js-lint:
name: JS Lint
uses: fabasoad/reusable-workflows/.github/workflows/wf-js-lint.yml@main
pre-commit:
name: Pre-commit
uses: fabasoad/reusable-workflows/.github/workflows/wf-pre-commit.yml@main
with:
skip-hooks: "audit, build, eslint, test, snyk-test"