Skip to content

Commit

Permalink
Merge pull request #222 from MOV-AI/BugFix/LintingIssue
Browse files Browse the repository at this point in the history
DP-1017 - Troubleshoot linting issue
  • Loading branch information
mariana-dias-alves authored Jul 20, 2023
2 parents 394fe98 + f5fe4ba commit 4711eb0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/TestOnPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: install static-checks-requirements
run: |
python3 -m pip install pip --upgrade
python3 -m pip install pyopenssl --upgrade
python3 -m pip install docker-compose yamllint
- name: Yamllint
Expand Down Expand Up @@ -57,6 +59,8 @@ jobs:

- name: install requirements
run: |
python3 -m pip install pip --upgrade
python3 -m pip install pyopenssl --upgrade
python3 -m pip install docker-compose
- name: prepare docker-compose cluster
Expand Down Expand Up @@ -108,6 +112,8 @@ jobs:

- name: install requirements
run: |
python3 -m pip install pip --upgrade
python3 -m pip install pyopenssl --upgrade
python3 -m pip install docker-compose
- name: prepare docker-compose cluster
Expand Down Expand Up @@ -154,7 +160,7 @@ jobs:
runs-on: ubuntu-20.04
needs: [ Lint-Project ]
container:
image: registry.cloud.mov.ai/qa/ros-buildtools-noetic:v1.0.14
image: registry.cloud.mov.ai/qa/ros-buildtools-noetic:v2.0.3
options: --user root
credentials:
username: ${{secrets.PORTUS_APP_USER}}
Expand All @@ -167,7 +173,7 @@ jobs:
run: |
PACKAGE_VERSION=$(dpkg-parsechangelog --show-field Version)
PACKAGE_NAME=$(dpkg-parsechangelog --show-field Source)
echo ::set-output name=pkg_name::$PACKAGE_NAME
echo ::set-output name=pkg_version::$PACKAGE_VERSION
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# Overview
An IDE that introduces visualization and structure to ROS. You can develop faster, understand ROS projects in an instant, and debug easily.


<p align="center">
<a><img alt="Teaser2" src="https://media.giphy.com/media/O8EalLOaPKzDv8bp22/giphy.gif"></a>
</p>
Expand Down

0 comments on commit 4711eb0

Please sign in to comment.