From 2a6d75de350212825b1cc6efe3afbcc0a0e93ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20Mart=C3=ADnez?= Date: Sun, 12 Feb 2023 23:18:47 -0800 Subject: [PATCH] Probando github action --- .github/workflows/makefile.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/makefile.yml diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml new file mode 100644 index 0000000..45c6d57 --- /dev/null +++ b/.github/workflows/makefile.yml @@ -0,0 +1,22 @@ +name: Makefile CI + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + + - name: Install deps + run: | + sudo apt-get install texlive-full + + - name: Build + run: make