Skip to content

Commit

Permalink
[YUNIKORN-761] Add pre-commit action for scheduler-interface repo (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
updown321 authored Aug 5, 2021
1 parent ad7f68a commit f5f8651
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f5f8651

Please sign in to comment.