An open API service indexing awesome lists of open source software.

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

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
```