Skip to content

Compile using 'make' as a test for PRs #1

Compile using 'make' as a test for PRs

Compile using 'make' as a test for PRs #1

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test build before merge
uses: actions/checkout@v2
- name: Test build
run: |
make