diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..a3feed7 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,16 @@ +name: Pre-commit checks + +on: + pull_request: + branches: + - master + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: checkout repo + uses: actions/checkout@v2 + + - name: Run Makefile + run: make