Skip to content

Commit 0973a23

Browse files
author
Aaron Roller
committed
adding format to push AM-252/format-push
1 parent f066766 commit 0973a23

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/story.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@ jobs:
1515
with:
1616
dev-repo-entitlement: ${{ secrets.CLOUDSMITH_READ_DEV_ENTITLEMENT }}
1717
release-repo-entitlement: ${{ secrets.CLOUDSMITH_READ_RELEASE_ENTITLEMENT }}
18-
18+
- name: Format Code
19+
uses: AutoModality/action-ros-clang-format@master
20+
env:
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
1923

0 commit comments

Comments
 (0)