A GitHub Actions action for checking code formatting with Artistic Style.
Please see action.yml for the documentation of the action's inputs.
on: [pull_request, push]
jobs:
check-formatting:
steps:
- uses: actions/checkout@v2
- uses: per1234/artistic-style-action@v1
with:
name-patterns: |
- '*.cpp'
- '*.h'
Pull requests or issue reports are welcome! Please see the contribution rules for instructions.