Skip to content

Commit

Permalink
Merge pull request #4 from leonnicolas/build-action
Browse files Browse the repository at this point in the history
.github/workflows/build.yaml: add build action
  • Loading branch information
leonnicolas authored Aug 27, 2021
2 parents 4b8f9c9 + 4bcd540 commit ad6e6c7
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 ad6e6c7

Please sign in to comment.