summaryrefslogtreecommitdiff
path: root/builds/swift-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'builds/swift-ci.yml')
-rw-r--r--builds/swift-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/builds/swift-ci.yml b/builds/swift-ci.yml
index d2449b5..63c9056 100644
--- a/builds/swift-ci.yml
+++ b/builds/swift-ci.yml
@@ -15,7 +15,7 @@ packages:
- zlib1g-dev
sources:
- - https://git.sr.ht/~ccleberg/Hutch
+ - https://github.com/krazywarez/hutch
environment:
SWIFT_VERSION: 6.2.4
@@ -63,18 +63,18 @@ tasks:
export PATH="$HOME/.local/bin:$PATH"
- cd "$HOME/Hutch"
+ cd "$HOME/hutch"
gitleaks git --redact --verbose .
- repo-structure-check: |
set -euo pipefail
- cd "$HOME/Hutch"
+ cd "$HOME/hutch"
test -f "Hutch.xcodeproj/project.pbxproj"
- test -f "README.md"
+ test -f "README.nfo"
- xcode-project-check: |
set -euo pipefail
- cd "$HOME/Hutch"
+ cd "$HOME/hutch"
grep -q "PBXProject" Hutch.xcodeproj/project.pbxproj