nGraph code style upgrade to clang-format-9 (#4721)

* ngraph clang-format upgrade to 9

* Reformatted files

* Remove comma at the end of test data vector
This commit is contained in:
Katarzyna Mitrus
2021-03-15 20:06:01 +01:00
committed by GitHub
parent b83b5115a5
commit 5f098e1079
130 changed files with 469 additions and 406 deletions

View File

@@ -3,14 +3,14 @@ on: [push, pull_request]
jobs:
nGraph:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install clang-format-3.9
run: sudo apt --assume-yes install clang-format-3.9
- name: Install clang-format-9
run: sudo apt --assume-yes install clang-format-9
- name: Install dependencies
run: |