Skip to content

Add list of commits that compile #907

Add list of commits that compile

Add list of commits that compile #907

Workflow file for this run

name: make check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install Python modules
run: pip install -U -r requirements.txt
- name: Install shellcheck and checkbashisms
run: sudo apt install -y shellcheck devscripts
- name: make check
run: make check