Initial bootrap of application #10

Merged
davidlick merged 4 commits from bootstrap-api into main 2021-06-17 21:39:17 +00:00
Showing only changes of commit 46e72f23a8 - Show all commits
+13
View File
@@ -0,0 +1,13 @@
name: Supermarket-API CI Pipeline
on:
pull_request:
branches:
- main
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
- run: make unit-test