Skip to content

Bump aws-sdk from 2.1691.0 to 2.1692.0 #343

Bump aws-sdk from 2.1691.0 to 2.1692.0

Bump aws-sdk from 2.1691.0 to 2.1692.0 #343

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18.14.2
# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: yarn --frozen-lockfile
- name: Run linters
uses: wearerequired/lint-action@v1
with:
eslint: true
eslint_extensions: js,ts
prettier: true