Skip to content

chore(deps): bump github.com/aws/aws-sdk-go from 1.48.11 to 1.48.16 #32

chore(deps): bump github.com/aws/aws-sdk-go from 1.48.11 to 1.48.16

chore(deps): bump github.com/aws/aws-sdk-go from 1.48.11 to 1.48.16 #32

Workflow file for this run

name: tests
on:
workflow_call:
pull_request:
branches: ["master"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: node
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
# cache: "npm" # needs lockfile if enabled
- name: go
uses: actions/setup-go@v4
with:
go-version: 1.19
- run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.0
- run: npm install
- run: npm run lint
- run: npm test