Skip to content

1073 add missing deployment key to node setup job #153

1073 add missing deployment key to node setup job

1073 add missing deployment key to node setup job #153

name: Command Mode Formatting
on:
issue_comment:
types: [created]
jobs:
apply-formatting:
name: Format Py and C++ Code
runs-on: ubuntu-latest
if: startsWith(github.event.comment.body, '@par-hermes format')
steps:
- uses: JoshuaSBrown/cpp-py-formatter/[email protected]
with:
botName: par-hermes
clangFormatVersion: 10
token: ${{ secrets.GITHUB_TOKEN }}