diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml new file mode 100644 index 00000000..974b4b5c --- /dev/null +++ b/.github/workflows/spelling.yml @@ -0,0 +1,20 @@ +name: Spelling + +on: + workflow_dispatch: + push: + branches: ["dev", "v1.10", "v1.11"] + pull_request: + branches: ["dev", "v1.10", "v1.11"] + +jobs: + spelling: + name: Spell Check with Typos + runs-on: ubuntu-latest + steps: + - name: Checkout Actions Repository + uses: actions/checkout@v3 + - name: Spell Check Repo + uses: crate-ci/typos@master + with: + config: typos.toml diff --git a/home.admin/assets/bootstrap.service b/home.admin/assets/bootstrap.service index 0ef49bc0..d66e07e2 100644 --- a/home.admin/assets/bootstrap.service +++ b/home.admin/assets/bootstrap.service @@ -1,4 +1,4 @@ -# Boostrap the RaspiBlitz +# Bootstrap the RaspiBlitz # /etc/systemd/system/bootstrap.service [Unit] diff --git a/home.admin/assets/telegraf/etc-telegraf/telegraf.d/telegraf_inputs.conf b/home.admin/assets/telegraf/etc-telegraf/telegraf.d/telegraf_inputs.conf index dabf3114..c266d8ff 100644 --- a/home.admin/assets/telegraf/etc-telegraf/telegraf.d/telegraf_inputs.conf +++ b/home.admin/assets/telegraf/etc-telegraf/telegraf.d/telegraf_inputs.conf @@ -63,7 +63,7 @@ #### basic information about the blockchain #### --> https://developer.bitcoin.org/reference/rpc/getblockchaininfo.html ## -## Most usefull fields... +## Most useful fields... ## * blocks ## * headers ## * verificationprogress @@ -79,7 +79,7 @@ #### basic information about the mempool #### --> https://developer.bitcoin.org/reference/rpc/getmempoolinfo.html ## -## Most usefull fields... +## Most useful fields... ## * loaded (boolean) True if the mempool is fully loaded ## * size (numeric) Current tx count ## * usage (numeric) Total memory usage for the mempool @@ -95,7 +95,7 @@ #### information about network traffic, including bytes in, bytes out, and current time window #### --> https://developer.bitcoin.org/reference/rpc/getnettotals.html ## -## Most usefull fields... +## Most useful fields... ## * totalbytesrecv ## * totalbytessent ## @@ -136,7 +136,7 @@ #### basic information about the LN node #### --> https://api.lightning.community/#getinfo ## -## Most usefull fields... +## Most useful fields... ## * block_height ## * num_peers ## * num_active_channels @@ -160,7 +160,7 @@ ## ## * publicIP from /mnt/hdd/raspiblitz.conf ## * bitcoind node ip address via: bitcoin-cli getnetworkinfo => "localaddresses" -## * lnd ip addess via: lncli getinfo => "uris" +## * lnd ip address via: lncli getinfo => "uris" ## * IPv6 global from eth0/wlan0 ## * IPv4 local network address from eth0/wlan0 ## diff --git a/typos.toml b/typos.toml index 633abdf6..b2614510 100644 --- a/typos.toml +++ b/typos.toml @@ -6,7 +6,7 @@ [files] # skip these files -extend-exclude = ["*.nodes","*.torrent","*.sh","*.py","*.proto","*.conf","*.json","*.service"] +extend-exclude = ["*.nodes","*.torrent","*.sh","*.py","*.proto","*.json"] [default.extend-words] # don't correct these false positives