Skip to content

fix: command line errors #3

fix: command line errors

fix: command line errors #3

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build service
run: docker build .