We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a674fa commit 3ddc937Copy full SHA for 3ddc937
.github/workflows/package.yml
@@ -45,12 +45,12 @@ jobs:
45
with:
46
pr_draft: true
47
github_token: ${{ secrets.GITHUB_TOKEN }}
48
- code-format:
49
- runs-on: ubuntu-18.04
50
- needs: package
51
- steps:
52
- - uses: actions/checkout@v2
53
- - name: Format Code
54
- uses: AutoModality/action-ros-clang-format@master
55
- env:
56
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # code-format:
+ # runs-on: ubuntu-18.04
+ # needs: package
+ # steps:
+ # - uses: actions/checkout@v2
+ # - name: Format Code
+ # uses: AutoModality/action-ros-clang-format@master
+ # env:
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments