Skip to content

Fix fixsuite-r48 and sat4j errors #206

Fix fixsuite-r48 and sat4j errors

Fix fixsuite-r48 and sat4j errors #206

Workflow file for this run

name: Run make under CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 1
show-progress: false
- name: Install Python `uv`
uses: astral-sh/setup-uv@v7
- run: sudo apt update
- name: Install shellcheck and checkbashisms
run: sudo apt -y install shfmt shellcheck devscripts
- name: Install markdownlint
run: npm install markdownlint-cli2 --global
- name: style check
run: make style-check