Skip to content

Added ability to build static library. #21

Added ability to build static library.

Added ability to build static library. #21

Workflow file for this run

name: Code Style
on: [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: ./check_all.bash