Skip to content

Simpler proof of naturality square #16

Simpler proof of naturality square

Simpler proof of naturality square #16

Workflow file for this run

name: Docker
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Docker
uses: docker/build-push-action@v5
with:
load: true
tags: colimit
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Check colimit
run: docker run colimit