Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Bump github.com/aws/aws-sdk-go from 1.45.10 to 1.45.16 #61

Bump github.com/aws/aws-sdk-go from 1.45.10 to 1.45.16

Bump github.com/aws/aws-sdk-go from 1.45.10 to 1.45.16 #61

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: Dashboard
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 18.x
- run: npm ci
working-directory: ./dashboard
- run: npm run test
working-directory: ./dashboard
- run: npm run lint
working-directory: ./dashboard
continue-on-error: true
- run: npm run coverage
working-directory: ./dashboard