Skip to content

Add group for aws-sdk-go/aws-sdk-go-2 #61

Add group for aws-sdk-go/aws-sdk-go-2

Add group for aws-sdk-go/aws-sdk-go-2 #61

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: npm
- run: yarn install
- run: yarn run lint
- run: yarn run test