Skip to content

Use make commands in pre-commit-config #41

Use make commands in pre-commit-config

Use make commands in pre-commit-config #41

Workflow file for this run

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