Skip to content

GitHub Actions action for checking code formatting with Artistic Style.

License

Notifications You must be signed in to change notification settings

per1234/artistic-style-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

per1234/artistic-style-action

A GitHub Actions action for checking code formatting with Artistic Style.

Please see action.yml for the documentation of the action's inputs.

Example usage

on: [pull_request, push]
jobs:
  check-formatting:
    steps:
      - uses: actions/checkout@v2
      - uses: per1234/artistic-style-action@v1
        with:
          name-patterns: |
            - '*.cpp'
            - '*.h'

Contributing

Pull requests or issue reports are welcome! Please see the contribution rules for instructions.

About

GitHub Actions action for checking code formatting with Artistic Style.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages