Skip to content

Commit 9ba5252

Browse files
committed
Fix .spi.yml indentation (stupid yaml)
1 parent 37900ed commit 9ba5252

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.spi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
version: 1
22
builder:
33
configs:
4-
- documentation_targets: [MacroToolkit]
4+
- documentation_targets: [MacroToolkit]

Package.resolved

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ let package = Package(
1717
url: "https://github.com/apple/swift-syntax.git",
1818
from: "509.0.0-swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-25-b"),
1919
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
20+
.package(url: "https://github.com/SwiftPackageIndex/SPIManifest.git", from: "0.12.0"),
2021
],
2122
targets: [
2223
// Implementations of macros tested by tests

0 commit comments

Comments
 (0)