Skip to content

Add explicit casts. #332

Add explicit casts.

Add explicit casts. #332

Workflow file for this run

name: 'Check code style'
on:
push:
paths:
- '**/*.hpp'
- '**/*.cpp'
- '**/*.py'
- 'build'
- '.clang-format'
- '.isort.cfg'
- '.style.yapf'
- '.github/workflows/test_format.yml'
jobs:
test_format:
name: Check code style
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check C++ code style
run: |
./build test_format_cpp
- name: Check Python code style
run: |
./build test_format_python