From d5471fc4bd77eec464763e6511718862b04c0d85 Mon Sep 17 00:00:00 2001 From: Filipe Coelho Date: Sun, 11 Jul 2021 11:32:37 +0100 Subject: [PATCH] Create GH action --- .github/workflows/ubuntu-latest.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/ubuntu-latest.yml diff --git a/.github/workflows/ubuntu-latest.yml b/.github/workflows/ubuntu-latest.yml new file mode 100644 index 000000000..616d36ffe --- /dev/null +++ b/.github/workflows/ubuntu-latest.yml @@ -0,0 +1,19 @@ +name: ubuntu latest + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: make features + run: make features + - name: make + run: make