Skip to content

fix compiler issues (#18) #43

fix compiler issues (#18)

fix compiler issues (#18) #43

Workflow file for this run

name: clang-format
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: yshui/git-clang-format-lint@master