Skip to content

Implement "createFeatureVector" functions of the class NominalFeature… #331

Implement "createFeatureVector" functions of the class NominalFeature…

Implement "createFeatureVector" functions of the class NominalFeature… #331

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