File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ name : Spell Check
2+ on :
3+ push :
4+ branches : ["main"]
5+
6+ workflow_dispatch :
7+
8+ jobs :
9+ run :
10+ name : Spell Check
11+ runs-on : ubuntu-latest
12+ steps :
13+ - name : Checkout Actions Repository
14+ uses : actions/checkout@v4
15+
16+ - name : Check spelling of entire workspace
17+ uses : crate-ci/typos@master
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Make a call when receiving a defined SMS
77 height="80">] ( https://f-droid.org/packages/dev.n4n5.sms2call/ )
88
99Or download the latest APK from the [ Releases Section] ( https://github.com/Its-Just-Nans/sms2call/releases/latest ) .
10-
10+
1111- < https://sms2call.n4n5.dev > docs
1212- < https://github.com/Its-Just-Nans/sms2call > repo
1313
Original file line number Diff line number Diff line change 1- Remove dependency metada in builds
1+ Remove dependency metadata in builds
You can’t perform that action at this time.
0 commit comments