Skip to content

Merge pull request #33 from fl0wxr/dependabot/pip/python/coverage-7.4.3 #23

Merge pull request #33 from fl0wxr/dependabot/pip/python/coverage-7.4.3

Merge pull request #33 from fl0wxr/dependabot/pip/python/coverage-7.4.3 #23

Workflow file for this run

on: [push, pull_request]
jobs:
make:
runs-on: ubuntu-20.04
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Check code and build
run: |
cd python/python/ && make clean check all && cd ../..
cd python/ && make clean check all && cd ..