Skip to content

Bump org.apache.groovy:groovy-all from 4.0.21 to 4.0.22 #39

Bump org.apache.groovy:groovy-all from 4.0.21 to 4.0.22

Bump org.apache.groovy:groovy-all from 4.0.21 to 4.0.22 #39

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"