Skip to content

Merge pull request #35 from sonderformat-llc/docker-compose-update #27

Merge pull request #35 from sonderformat-llc/docker-compose-update

Merge pull request #35 from sonderformat-llc/docker-compose-update #27

Workflow file for this run

# This is a starting workflow for building with GitHub Actions
name: Build
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Check out code
- uses: actions/checkout@v3
# Set up the build environment
# Build
# Done!