Skip to content

Ci updates

Ci updates #587

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- '**'
name: Lint
jobs:
clang-format:
name: Lint with clang-format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.10.1
with:
clang-format-version: '11'
check-path: .