Skip to content

Please remove NO_DEFAULT_PATH from 'find_package(Ascent REQUIRED NO_DEFAULT_PATH)' #4258

Please remove NO_DEFAULT_PATH from 'find_package(Ascent REQUIRED NO_DEFAULT_PATH)'

Please remove NO_DEFAULT_PATH from 'find_package(Ascent REQUIRED NO_DEFAULT_PATH)' #4258

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: pgrete/cpp-py-formatter/[email protected]
with:
botName: par-hermes
clangFormatVersion: 11
token: ${{ secrets.GITHUB_TOKEN }}