Skip to content

Fix output generation to handle edge case in first-non-empty function #90

Fix output generation to handle edge case in first-non-empty function

Fix output generation to handle edge case in first-non-empty function #90

Workflow file for this run

name: Python Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Docker image
run: |
docker build -t machine .
- name: Run Python tests in Docker
run: |
docker run machine