Skip to content

use origin/main again #4

use origin/main again

use origin/main again #4

Workflow file for this run

name: Lint & Build the model
on:
push:
pull_request:
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: necko-actions/setup-smithy@v1
with:
version: "1.40.0"
# smithy-build: "smithy-build.json"
- run: smithy validate model/
- run: smithy format model/
- run: smithy diff --mode git --old origin/main
- run: smithy build model/