Skip to content

Commit 0c6abef

Browse files
committed
fix(error & actions)
1 parent ffebe74 commit 0c6abef

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/debug.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
name: Build Debug APK
2525
runs-on: ubuntu-latest
2626

27+
if: github.event.head_commit.message != 'chore(format)'
28+
2729
steps:
2830
- name: Checkout code
2931
uses: actions/checkout@v4

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ jobs:
8080
git config --global user.name "GitHub Actions"
8181
git config --global user.email "[email protected]"
8282
git add .
83-
git diff --cached --quiet || git commit -m "format"
83+
git diff --cached --quiet || git commit -m "chore(format)"
8484
git push

app/src/test/java/dev/mfm/appx/ExampleUnitTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.example.appx
1+
package dev.mfm.appx
22

33
import org.junit.Assert.*
44
import org.junit.Test

0 commit comments

Comments
 (0)