Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ilyapuchka/swiftgithubaction
- Owner: ilyapuchka
- License: mit
- Created: 2018-12-22T20:41:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T23:23:00.000Z (about 6 years ago)
- Last Synced: 2025-01-15T20:17:20.313Z (15 days ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
```