Skip to content

Add verbosity to comparison checker #46

Add verbosity to comparison checker

Add verbosity to comparison checker #46

Workflow file for this run

name: Auto-format
on:
issue_comment:
types: [created]
jobs:
apply-formatting:
runs-on: ubuntu-latest
steps:
- name: Clone git repo
uses: actions/checkout@v2
- id: format
uses: xmos/[email protected]
with:
file-extensions: |
c h cpp py
exclude-dirs:
c-style: llvm
token: ${{ secrets.GITHUB_TOKEN }}