Skip to content

Bump @types/node from 20.14.2 to 20.14.9 #34

Bump @types/node from 20.14.2 to 20.14.9

Bump @types/node from 20.14.2 to 20.14.9 #34

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"