Skip to content

Commit

Permalink
.github/workflows/build.yaml: add build action
Browse files Browse the repository at this point in the history
Signed-off-by: leonnicolas <[email protected]>
  • Loading branch information
leonnicolas committed Aug 27, 2021
1 parent 4b8f9c9 commit 4bcd540
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: build

on:
push:
pull_request:

jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- run: docker build -t test .

0 comments on commit 4bcd540

Please sign in to comment.