Skip to content

Bump typed-rest-client from 1.8.11 to 2.0.0 #51

Bump typed-rest-client from 1.8.11 to 2.0.0

Bump typed-rest-client from 1.8.11 to 2.0.0 #51

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"