Skip to content

(fix) actually show ros frontend sink config #6

(fix) actually show ros frontend sink config

(fix) actually show ros frontend sink config #6

Workflow file for this run

---
# based on https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml
name: Hydra-ROS Linting
on: {push: {branches: [main, develop]}, pull_request: {}}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Dependencies
run: sudo apt-get update && sudo apt install pipx
- name: Lint
run: pipx install pre-commit && cd ${{github.workspace}} && pre-commit run --all-files