Skip to content

chore(ci): refactor DCE to it's own github action #299

chore(ci): refactor DCE to it's own github action

chore(ci): refactor DCE to it's own github action #299

Workflow file for this run

name: Run Validate
on:
push:
branches:
- main
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: aws-actions/setup-sam@v2
with:
use-installer: true
- run: make sam-validate-all