feat(ci): lint swift code

This commit is contained in:
LemonNeko
2026-01-02 23:49:01 +08:00
parent 0540918719
commit f40b9bcd89
9 changed files with 203 additions and 0 deletions
+3
View File
@@ -11,3 +11,6 @@ capacitor-cordova-ios-plugins
# Generated Config files
App/App/capacitor.config.json
App/App/config.xml
App.xcarchive
archive.plist
@@ -0,0 +1,14 @@
{
"pins" : [
{
"identity" : "capacitor-swift-pm",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ionic-team/capacitor-swift-pm.git",
"state" : {
"revision" : "596259033e94829dffc552a40e7129262122995e",
"version" : "8.0.0"
}
}
],
"version" : 2
}
+1
View File
@@ -12,6 +12,7 @@
"scripts": {
"build": "vite build",
"lint": "eslint .",
"lint:swift": "swiftlint",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit",
"dev:web": "vite",