[chakra][et_converter] Add Annotation for Graph Trace Observer in PyTorch #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Clang-format Full Tree | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: DoozyX/clang-format-lint-action@v0.11 | |
with: | |
source: '.' | |
extensions: 'cc,cpp,h,hh' | |
clangFormatVersion: 11 | |
style: file |