Skip to content

Do not die without any installed ROS distro #95

Do not die without any installed ROS distro

Do not die without any installed ROS distro #95

Workflow file for this run

---
name: pre-commit
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --hook-stage manual