Skip to content

Commit b3ebd45

Browse files
author
Aaron Roller
committed
ci: format after success PL-629/state-string
1 parent 63bba10 commit b3ebd45

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/package.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,12 @@ jobs:
6363
with:
6464
pr_draft: true
6565
github_token: ${{ secrets.GITHUB_TOKEN }}
66+
code-format:
67+
runs-on: ubuntu-18.04
68+
needs: package
69+
steps:
70+
- uses: actions/checkout@v2
71+
- name: Format Code
72+
uses: AutoModality/action-ros-clang-format@master
73+
env:
74+
GITHUB_TOKEN: ${{ secrets.AMGITBOT_PAT }}

0 commit comments

Comments
 (0)