Skip to content

Organizes documentation and profiles. Includes dynamic reconfigure in… #17

Organizes documentation and profiles. Includes dynamic reconfigure in…

Organizes documentation and profiles. Includes dynamic reconfigure in… #17

Workflow file for this run

---
name: pre-commit
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]