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 f066766 commit 0973a23Copy full SHA for 0973a23
.github/workflows/story.yml
@@ -15,5 +15,9 @@ jobs:
15
with:
16
dev-repo-entitlement: ${{ secrets.CLOUDSMITH_READ_DEV_ENTITLEMENT }}
17
release-repo-entitlement: ${{ secrets.CLOUDSMITH_READ_RELEASE_ENTITLEMENT }}
18
-
+ - name: Format Code
19
+ uses: AutoModality/action-ros-clang-format@master
20
+ env:
21
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
+
23
0 commit comments