aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/pull_request.yml
blob: 65cffeeae8f04ce2471a1d6fef85bb6ab14ed50d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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