Skip to content

Better container creation error handling #294

Better container creation error handling

Better container creation error handling #294

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.20.0"
- uses: actions/checkout@v2
- name: Install dependencies
run: make