Skip to content

Commit 3fde9cc

Browse files
jamesarichCopilot
andcommitted
ci: remove core:api from workflow lint and publish steps
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 721fa3e commit 3fde9cc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fi
4646
4747
- name: Publish to GitHub Packages
48-
run: ./gradlew :core:api:publish :core:model:publish :core:proto:publish
48+
run: ./gradlew :core:model:publish :core:proto:publish
4949
env:
5050
GITHUB_ACTOR: ${{ github.actor }}
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/reusable-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: Lint, Analysis & KMP Smoke Compile
114114
if: inputs.run_lint == true
115-
run: ./gradlew spotlessCheck detekt androidApp:lintFdroidDebug androidApp:lintGoogleDebug core:barcode:lintFdroidDebug core:barcode:lintGoogleDebug core:api:lintDebug kmpSmokeCompile -Pci=true --continue
115+
run: ./gradlew spotlessCheck detekt androidApp:lintFdroidDebug androidApp:lintGoogleDebug core:barcode:lintFdroidDebug core:barcode:lintGoogleDebug kmpSmokeCompile -Pci=true --continue
116116

117117
- name: KMP Smoke Compile (lint skipped)
118118
if: inputs.run_lint == false

core/data/src/commonTest/kotlin/org/meshtastic/core/data/manager/MeshDataHandlerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class MeshDataHandlerTest {
152152

153153
handler.handleReceivedData(packet, myNodeNum)
154154

155-
// Position from local node: shouldBroadcast stays as !fromUs = false
155+
// Position from local node — no further action expected
156156
}
157157

158158
@Test

0 commit comments

Comments
 (0)