Skip to content

Create formatter.yml #1

Create formatter.yml

Create formatter.yml #1

Workflow file for this run

on: push
name: clang-format Code Formatter
jobs:
lint:
name: clang-format Code Formatter
runs-on: ubuntu-latest
steps:
- name: Clang Code Formatter
uses: antoinealb/clang-format-action@clang9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}