Skip to content

Bump paambaati/codeclimate-action from 8.0.0 to 9.0.0 (#155) #59

Bump paambaati/codeclimate-action from 8.0.0 to 9.0.0 (#155)

Bump paambaati/codeclimate-action from 8.0.0 to 9.0.0 (#155) #59

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"