Skip to content

라이선스 추가 및 docker 파일 추가 #149

라이선스 추가 및 docker 파일 추가

라이선스 추가 및 docker 파일 추가 #149

Workflow file for this run

name: test-clang-format
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: './third_party ./external'
extensions: 'h,cc'
clangFormatVersion: 14
style: chromium