From f5f86516cd4a284da5ce49b2ab1fa7f2537808eb Mon Sep 17 00:00:00 2001 From: Weihsiao Lin <43899469+updown321@users.noreply.github.com> Date: Fri, 6 Aug 2021 01:31:45 +0800 Subject: [PATCH] [YUNIKORN-761] Add pre-commit action for scheduler-interface repo (#43) --- .github/workflows/main.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/main.yml 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