Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/mediatailor from 1.43.1 to 1.44.0 in the aws-sdk-go-v2 group #28

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/mediatailor from 1.43.1 to 1.44.0 in the aws-sdk-go-v2 group

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/mediatailor from 1.43.1 to 1.44.0 in the aws-sdk-go-v2 group #28

Workflow file for this run

name: tests
on:
workflow_call:
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with: # important, must be defined on checkout to kick publish (defining in setup/node doesn't work)
token: ${{ secrets.GH_TOKEN || github.token }}
- name: node
uses: actions/setup-node@v4
with:
node-version: 20.x
# cache: "npm" # needs lockfile if enabled
- name: go
uses: actions/setup-go@v4
with:
go-version: 1.21.4
- run: npm install
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
args: --timeout=15m
- run: npm test