We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d6040 commit faa0b8bCopy full SHA for faa0b8b
.github/workflows/check-archives.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
- name: Build Swift archive bot
35
- run: swift build -c release
+ run: swift build -v -c release
36
37
- name: Run ArchiveDetective
38
env:
Sources/ArchiveDetective/main.swift
@@ -2,9 +2,8 @@ import Foundation
2
3
struct ArchiveDetective {
4
static func main() async {
5
- print("🧪 ArchiveDetective has started successfully.")
+ print("✅ Minimal main ran!")
6
fflush(stdout)
7
- exit(0)
8
9
// print("Fetching JSON from source..."); fflush(stdout)
10
0 commit comments