aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/pull_request.yml
blob: 5a2ee16c0d3a711801a9a7b9deb711f8c8650ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: ci
on: pull_request
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      -
        name: Checkout
        uses: actions/checkout@v2
      -
        name: Set up Docker
        uses: docker/setup-buildx-action@v1
      -
        name: Build
        run: make build