Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ilyapuchka/swiftgithubaction

Github Action for Swift
https://github.com/ilyapuchka/swiftgithubaction

Last synced: 6 days ago
JSON representation

Github Action for Swift

Awesome Lists containing this project

README

        

# SwiftGitHubAction
GitHub Action for Swift

## Usage

```
workflow "Test" {
on = "push"
resolves = ["test"]
}

action "test" {
uses = "ilyapuchka/SwiftGitHubAction@master"
args = "test --package-path YourPackageName"
}
```