Static tests¶
Runs a minimal static analysis bundle on every push to give fast feedback without external services.
pre-commit/actionruns hooks defined in.pre-commit-config.yamlzbeekman/EditorConfig-Actionenforces.editorconfigrules
Usage¶
.github/workflows/build-static-tests.yaml
on:
push:
jobs:
static:
uses: nolte/gh-plumbing/.github/workflows/reusable-pre-commit.yaml@develop
Required status check
Combine the workflow with a branch-protection rule that requires the static / Static CI Tests checkāsee Settings.