parson/.github/workflows/build.yml

14 lines
190 B
YAML
Raw Normal View History

name: Build & run tests
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
2022-11-12 19:20:30 +00:00
- name: Run the 'make all'
run: make all