Skip to content

Commit

Permalink
add github action
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Sawatzky <[email protected]>
  • Loading branch information
msawatzky75 committed Dec 17, 2023
1 parent 71230a2 commit 2441b73
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Marty Build Status

on:
pull_request:
types:
- opened
- reopened
- edited

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Build the Docker image
run: docker build .

0 comments on commit 2441b73

Please sign in to comment.