1057 trigger running foxx tests as part of ci #140
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/command@v0.2.3 | |
with: | |
botName: par-hermes | |
clangFormatVersion: 10 | |
token: ${{ secrets.GITHUB_TOKEN }} |