Skip to content

Proofs

Proofs #564

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Build
uses: docker/build-push-action@v2
with:
context: ./
file: ./Dockerfile
push: false