1
0
Fork 0
mirror of https://github.com/nineties/planckforth synced 2025-01-15 15:40:58 +01:00
planckforth/.github/workflows/python.yaml
2021-12-04 21:23:44 +09:00

14 lines
234 B
YAML

name: python
on:
push:
branches: "main"
jobs:
runtests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: run tests
run: |
make python
./planck < bootstrap.fs runtests.fs