Skip to content

Commit 0269f09

Browse files
committed
fix space in README && add typo check
1 parent 0b73216 commit 0269f09

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.github/workflows/typos.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

99
Or 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Remove dependency metada in builds
1+
Remove dependency metadata in builds

0 commit comments

Comments
 (0)