Skip to content

Bump github.com/aws/aws-sdk-go from 1.44.299 to 1.44.300 #18129

Bump github.com/aws/aws-sdk-go from 1.44.299 to 1.44.300

Bump github.com/aws/aws-sdk-go from 1.44.299 to 1.44.300 #18129

on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run-linters:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/[email protected]
- name: Set up node
uses: actions/setup-node@v3
with:
node-version: '18.13.0'
- name: Install dependencies
run: yarn install
- name: Run eslint tests
run: yarn test:lint-rules
- name: Run eslint production
run: yarn run lint:production