mirror of
https://github.com/kgabis/parson.git
synced 2025-02-05 17:05:29 +00:00
14 lines
190 B
YAML
14 lines
190 B
YAML
name: Build & run tests
|
|
|
|
on:
|
|
push:
|
|
pull_request:
|
|
|
|
jobs:
|
|
tests:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Run the 'make all'
|
|
run: make all
|