Skip to content

Lint file

Lint file #2

Workflow file for this run

on: push
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./aws
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: |
npm ci
npm run lint
npm run test
npm run cdk synth