Skip to content

Commit

Permalink
Run lint on all and fix project settings
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Sep 17, 2024
1 parent d9b6fac commit 10c5738
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Lint
on: pull_request
on: [push, pull_request]

jobs:
Lint:
Expand Down
4 changes: 2 additions & 2 deletions macSup2Srt.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/apple/swift-argument-parser.git";
requirement = {
kind = exactVersion;
version = 1.5.0;
kind = upToNextMajorVersion;
minimumVersion = 1.5.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit 10c5738

Please sign in to comment.