Skip to content

[aws] Set ownership control to ObjectWriter on temp bucket on import action fixes #120 #337

[aws] Set ownership control to ObjectWriter on temp bucket on import action fixes #120

[aws] Set ownership control to ObjectWriter on temp bucket on import action fixes #120 #337

Workflow file for this run

name: Run 'make check'
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- macOS-latest
- ubuntu-latest
go:
- 1.19
steps:
- name: Check out repository code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Set up Go
uses: actions/[email protected]
with:
go-version: ${{ matrix.go }}
- name: Run lint checks
run: make lint
- name: Run fmt checks
run: make fmt