We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75fe7e commit 0d81c48Copy full SHA for 0d81c48
.github/workflows/Package.swift
@@ -7,9 +7,6 @@ let package = Package(
7
platforms: [
8
.macOS(.v12),
9
],
10
- products: [
11
- .executable(name: "Runner", targets: ["Runner"]),
12
- ],
13
dependencies: [
14
.package(path: "../SwiftLintPlugins"),
15
0 commit comments