Skip to content

Update clang-format.yml #20

Update clang-format.yml

Update clang-format.yml #20

Workflow file for this run

on:
pull_request:
types: [closed]
push:
branches: [master]
name: clang-format Code Formatter
jobs:
lint:
name: clang-format Code Formatter
runs-on: ubuntu-latest
steps:
- name: Clang Code Formatter
uses: joaomarcosth9/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}