7 lines
260 B
YAML
7 lines
260 B
YAML
|
- id: swift-hooks-repo
|
||
|
name: Swift hooks repo example
|
||
|
description: Runs the hello world app generated by swift package init --type executable (binary called swift_hooks_repo here)
|
||
|
entry: swift_hooks_repo
|
||
|
language: swift
|
||
|
files: \.(swift)$
|