Skip to content

Expose instanceType and machineImage properties for EC2 deployment #10

Expose instanceType and machineImage properties for EC2 deployment

Expose instanceType and machineImage properties for EC2 deployment #10

Workflow file for this run

name: PR Checks (npm)
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run test