Skip to content

Commit

Permalink
Resource Dispatcher pipfile re-lock & PR checks (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsee authored Aug 5, 2020
1 parent 6853678 commit 03292f5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/resource-dispatcher-pr-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---

name: Resource Dispatcher PR Build Check

on:
pull_request:
paths:
- resource-dispatcher/**/*

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: vrutkovs/action-s2i@master
with:
path: resource-dispatcher
base: registry.access.redhat.com/ubi8/python-38:latest
image: resource-dispatcher:latest
20 changes: 2 additions & 18 deletions resource-dispatcher/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03292f5

Please sign in to comment.