planckforth/.github/workflows/python.yaml

14 lines
210 B
YAML
Raw Normal View History

2021-01-11 06:39:22 +01:00
name: python
2021-01-11 06:26:10 +01:00
on:
2021-01-11 08:39:26 +01:00
push:
2021-01-11 06:26:10 +01:00
jobs:
2021-01-11 08:39:26 +01:00
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: run tests
run: |
make python
./planck < bootstrap.fs runtests.fs