diff options
Diffstat (limited to '.github/workflows/pull_request.yml')
| -rw-r--r-- | .github/workflows/pull_request.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5a2ee16..65cffee 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml | |||
| @@ -4,12 +4,9 @@ jobs: | |||
| 4 | build: | 4 | build: |
| 5 | runs-on: ubuntu-latest | 5 | runs-on: ubuntu-latest |
| 6 | steps: | 6 | steps: |
| 7 | - | 7 | - name: Checkout |
| 8 | name: Checkout | ||
| 9 | uses: actions/checkout@v2 | 8 | uses: actions/checkout@v2 |
| 10 | - | 9 | - name: Set up Docker |
| 11 | name: Set up Docker | ||
| 12 | uses: docker/setup-buildx-action@v1 | 10 | uses: docker/setup-buildx-action@v1 |
| 13 | - | 11 | - name: Build |
| 14 | name: Build | ||
| 15 | run: make build | 12 | run: make build |
