Skip to content

Replace regex_split with MDAL::split in mdal_mike21.cpp (#496) #746

Replace regex_split with MDAL::split in mdal_mike21.cpp (#496)

Replace regex_split with MDAL::split in mdal_mike21.cpp (#496) #746

Workflow file for this run

name: Code Style
on: [push, pull_request]
jobs:
code_style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Astyle
run: sudo apt-get install astyle
- name: Run Astyle
run: ./scripts/check_all.bash