Skip to content

Commit

Permalink
ignore generated python code style check
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan committed Jan 14, 2025
1 parent 278a944 commit 0921ef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ jobs:
check-python-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- run: rm -rf mirte_master_moveit_config
- name: Black Code Formatter
uses: lgeiger/black-action@master
with:
Expand Down

0 comments on commit 0921ef5

Please sign in to comment.