Skip to content

Commit 3ddc937

Browse files
author
Aaron Roller
committed
not doing code format yet: AM-252 AM-278/cont-deploy
1 parent 6a674fa commit 3ddc937

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/package.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
with:
4646
pr_draft: true
4747
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 }}
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 }}

0 commit comments

Comments
 (0)