Skip to content

Bump gradle/actions from 3 to 4 #43

Bump gradle/actions from 3 to 4

Bump gradle/actions from 3 to 4 #43

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"