We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b8434 commit 5c964fdCopy full SHA for 5c964fd
.github/check-swift-version/index.js
@@ -0,0 +1,8 @@
1
+/*
2
+ Strategy:
3
+
4
+ - check for .swift-version
5
+ - look inside pbxproj for SWIFT_VERSION
6
7
8
+ */
.github/check-swift-version/package.json
+{
+ "name": "check-swift-version",
+ "version": "1.0.0",
+ "description": "Checks project swift version",
+ "main": "index.js",
+ "author": "Matteo Crippa",
+ "license": "MIT"
+}
0 commit comments