From f204abeabccf33a2925ee87d601516dd0101d309 Mon Sep 17 00:00:00 2001 From: Rafael Lopes Date: Thu, 15 Jan 2026 09:28:11 -0300 Subject: [PATCH] add ci --- .github/workflows/all.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/all.yml diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml new file mode 100644 index 0000000..5facd19 --- /dev/null +++ b/.github/workflows/all.yml @@ -0,0 +1,13 @@ +name: all +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] +jobs: + build-linux: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: make + run: make