Skip to content

Commit

Permalink
update actions and first addition of spell list
Browse files Browse the repository at this point in the history
maybenikhil committed Feb 27, 2024
1 parent dbc3a7c commit de33dce
Showing 3 changed files with 46 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -10,15 +10,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout latest push
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python env
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: 3.9.16

- name: Setup Caching
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
4 changes: 2 additions & 2 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -5,9 +5,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check Spelling
uses: rojopolis/spellcheck-github-actions@0.23.0
uses: rojopolis/spellcheck-github-actions@0.36.0
with:
config_path: .spellcheck.yml
task_name: Markdown
41 changes: 41 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
html
ExpressLRS
ELRS
RQLY
RSSI
SNR
TQLY
VTX
faq
Betaflight
betaflight
FLRC
EP
HappyModel
MCU
MCUs
Passthrough
STM
SuperD
TCXO
UART
DIY
CRSFshot
EdgeTX
OpenTX
FPV
GSoD
PRs
devs
XO
Agha
Saad
StonedDawg
YeOldePirate
commanderguy
deadbyte
maybenikhil
BETAFPV
Happymodel
Radiomaster
Multicopters

0 comments on commit de33dce

Please sign in to comment.