Abstract over the specific Constraint.t
type used by the backing constraint system
#486
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
pull_request: | |
jobs: | |
docker-build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- uses: docker/setup-buildx-action@v3 | |
id: docker-build | |
with: | |
install: true | |
- name: Build | |
run: | | |
docker build . # will run buildx |