Skip to content

Correct to mistaken variable names in record thumbnail lambda terraform #880

Correct to mistaken variable names in record thumbnail lambda terraform

Correct to mistaken variable names in record thumbnail lambda terraform #880

Workflow file for this run

name: lint
on: [push, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "18"
- run: npm install -g [email protected]
- run: npm install --include dev
- run: npm install -ws
- run: npm run build -ws
- run: npm run lint -ws