Skip to content

feat: upgrade min node and move to aws-sdk v3 #89

feat: upgrade min node and move to aws-sdk v3

feat: upgrade min node and move to aws-sdk v3 #89

Workflow file for this run

name: Health check
# Controls when the action will run. Triggers the workflow on push or pull request
on:
pull_request:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
jest:
name: Unit test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Install dependencies
uses: borales/actions-yarn@v5.0.0
with:
cmd: install --pure-lockfile
- name: Jest
uses: mattallty/jest-github-action@v1.0.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
test-command: yarn test
eslint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: ESLint
uses: reviewdog/action-eslint@v1.23.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
level: error
eslint_flags: index.js src/