Skip to content

Find untangling scores for commits with mixed changes (#119) #912

Find untangling scores for commits with mixed changes (#119)

Find untangling scores for commits with mixed changes (#119) #912

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