From 0cf7aa0624a5c5d7c962f6dbcbc1c48de046ee02 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 28 Dec 2024 00:20:56 +0100 Subject: [PATCH] GitHub: import a workflow running the tests --- .../workflows/deforaos-c-ci_ubuntu-latest.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/deforaos-c-ci_ubuntu-latest.yml diff --git a/.github/workflows/deforaos-c-ci_ubuntu-latest.yml b/.github/workflows/deforaos-c-ci_ubuntu-latest.yml new file mode 100644 index 0000000..b566c63 --- /dev/null +++ b/.github/workflows/deforaos-c-ci_ubuntu-latest.yml @@ -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