Skip to content

Add bash client library and container build workflows #1

Add bash client library and container build workflows

Add bash client library and container build workflows #1

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build example container
run: docker build .