File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed
Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 11---
22# based on https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml
3- name : Hydra Build and Test
3+ name : Hydra-ROS Build and Test
44on : {push: {branches: [main]}, pull_request: {branches: [main]}}
55jobs :
6- lint :
7- runs-on : ubuntu-latest
8- steps :
9- - uses : actions/checkout@v4
10- - name : Dependencies
11- run : sudo apt-get update && sudo apt install pipx
12- - name : Lint
13- run : pipx install pre-commit && cd ${{github.workspace}} && pre-commit run --all-files
146 ros2 :
157 runs-on : ubuntu-latest
168 container : ros:jazzy-perception
Original file line number Diff line number Diff line change 1+ ---
2+ # based on https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml
3+ name : Hydra-ROS Linting
4+ on : {push: {branches: [main, develop]}, pull_request: {}}
5+ jobs :
6+ lint :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - uses : actions/checkout@v4
10+ - name : Dependencies
11+ run : sudo apt-get update && sudo apt install pipx
12+ - name : Lint
13+ run : pipx install pre-commit && cd ${{github.workspace}} && pre-commit run --all-files
You can’t perform that action at this time.
0 commit comments