Skip to content

Docker solvers

Docker solvers #257

Workflow file for this run

name: Check code style
on:
pull_request:
branches:
- '**'
jobs:
Linux:
runs-on: ubuntu-20.04
steps:
- name: Install Packages
run: sudo apt-get install zlib1g-dev make cmake clang-format-6.0
- uses: actions/checkout@v1
- name: mergesat build
run: ./tools/check-style.sh