mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
test swift language directly
This commit is contained in:
parent
a26b631aae
commit
c36f03cd2e
7 changed files with 31 additions and 32 deletions
|
|
@ -1,4 +0,0 @@
|
|||
.DS_Store
|
||||
/.build
|
||||
/Packages
|
||||
/*.xcodeproj
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
- 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)$
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
// swift-tools-version:5.0
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "swift_hooks_repo",
|
||||
targets: [.target(name: "swift_hooks_repo")]
|
||||
)
|
||||
|
|
@ -1 +0,0 @@
|
|||
print("Hello, world!")
|
||||
Loading…
Add table
Add a link
Reference in a new issue