Skip to content

Set 테스트 케이스 추가 #158

Set 테스트 케이스 추가

Set 테스트 케이스 추가 #158

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