GitHub: import a workflow running the tests

This commit is contained in:
Pierre Pronchery 2024-12-28 00:20:56 +01:00
parent 5aa2cce2f3
commit 0cf7aa0624

View File

@ -0,0 +1,17 @@
name: DeforaOS C CI (ubuntu-latest)
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: tests
run: make tests