Add github action to build
This makes sure the project builds correctly.
This commit is contained in:
parent
559d5f335e
commit
3323acf03e
12
.github/workflows/build.yml
vendored
Normal file
12
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
name: Build
|
||||||
|
on: [push, pull_request]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: Build
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Build
|
||||||
|
uses: docker/build-push-action@v1
|
||||||
|
with:
|
||||||
|
push: false
|
Loading…
Reference in New Issue
Block a user