aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/pull_request.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pull_request.yml')
-rw-r--r--.github/workflows/pull_request.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
new file mode 100644
index 0000000..5a2ee16
--- /dev/null
+++ b/.github/workflows/pull_request.yml
@@ -0,0 +1,15 @@
1name: ci
2on: pull_request
3jobs:
4 build:
5 runs-on: ubuntu-latest
6 steps:
7 -
8 name: Checkout
9 uses: actions/checkout@v2
10 -
11 name: Set up Docker
12 uses: docker/setup-buildx-action@v1
13 -
14 name: Build
15 run: make build