Skip to content

Add a deprecation warning to the package.xml (backport #21) (#23) #8

Add a deprecation warning to the package.xml (backport #21) (#23)

Add a deprecation warning to the package.xml (backport #21) (#23) #8

name: Humble Format
on:
workflow_dispatch:
pull_request: &event
branches:
- humble
push: *event
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- uses: pre-commit/action@v3.0.1