https://github.com/eduardomourar/smithy-composite-action
GitHub composite action to run a basic build with the Smithy CLI
https://github.com/eduardomourar/smithy-composite-action
smithy
Last synced: 12 months ago
JSON representation
GitHub composite action to run a basic build with the Smithy CLI
- Host: GitHub
- URL: https://github.com/eduardomourar/smithy-composite-action
- Owner: eduardomourar
- Created: 2022-04-04T19:44:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T22:49:57.000Z (over 4 years ago)
- Last Synced: 2025-03-01T01:42:12.568Z (over 1 year ago)
- Topics: smithy
- Language: Kotlin
- Homepage:
- Size: 88.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smithy-composite-action
GitHub composite action to run a basic build with the Smithy CLI.
## Usage
```yaml
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: eduardomourar/smithy-composite-action@v1
```