Skip to content

Added deployment instructions to README. #16

Added deployment instructions to README.

Added deployment instructions to README. #16

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- '**.adoc'
- '**.md'
- 'samples/**'
- 'LICENSE'
pull_request:
branches:
- main
paths-ignore:
- '**.adoc'
- '**.md'
- 'samples/**'
- 'LICENSE'
jobs:
test_suite:
name: Test Suite
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: v1.20
- name: Run suite
run: |
make test