Skip to content

Execute file with python file as argument #67

Execute file with python file as argument

Execute file with python file as argument #67

Workflow file for this run

name: check makefile
on:
push:
branches: '*'
pull_request:
branches: '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@main
- name: build application
run: make all