Skip to content

Fix compile error in sample code for S3ObjectLambdaEvent (#551) #632

Fix compile error in sample code for S3ObjectLambdaEvent (#551)

Fix compile error in sample code for S3ObjectLambdaEvent (#551) #632

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
lint:
name: run golangci-golint on the project
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '^1'
- run: go version
- uses: actions/checkout@v3
- name: golangci-golint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.55.2
./bin/golangci-lint run -v ./...