Skip to content

update README to include usage instructions for AWS ECR #3

update README to include usage instructions for AWS ECR

update README to include usage instructions for AWS ECR #3

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
container:
image: golang:1.21.4-alpine
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Run Tests
run: go test ./...