Skip to content

In et_generator, change 'comm_size' attr from uint64 to int64 #563

In et_generator, change 'comm_size' attr from uint64 to int64

In et_generator, change 'comm_size' attr from uint64 to int64 #563

Workflow file for this run

name: C++ Lint
on: pull_request
jobs:
cpp-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Format and Lint C++ Code
uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'cc,cpp,h,hh'
clangFormatVersion: 11
style: file