diff options
| author | Christian Cleberg <[email protected]> | 2026-08-11 01:37:59 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-11 01:37:59 -0500 |
| commit | 7f22a98fe25e7aba6af39e8133d517837a0962b9 (patch) | |
| tree | e2388e2cf8107cff9bcfe1e7195f137730c7e8d9 /builds | |
| parent | ff200d21e93d6683f779fe1f3280ac8d8561d393 (diff) | |
| download | hutch-7f22a98fe25e7aba6af39e8133d517837a0962b9.tar.gz hutch-7f22a98fe25e7aba6af39e8133d517837a0962b9.tar.bz2 hutch-7f22a98fe25e7aba6af39e8133d517837a0962b9.zip | |
fix stale URIs
Diffstat (limited to 'builds')
| -rw-r--r-- | builds/swift-ci.yml | 10 |
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 |
