Skip to content

Bump micromatch from 4.0.7 to 4.0.8 (#124) #42

Bump micromatch from 4.0.7 to 4.0.8 (#124)

Bump micromatch from 4.0.7 to 4.0.8 (#124) #42

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, lint, test, snyk-test, grype-dir"