Skip to content

Commit

Permalink
Merge branch 'FuelLabs:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
cuishuang committed May 9, 2024
2 parents 2bc9493 + 0c09470 commit 6247ee7
Show file tree
Hide file tree
Showing 430 changed files with 8,783 additions and 3,682 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Spellcheck

on:
pull_request:

jobs:
find-typos:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Check spelling
uses: crate-ci/typos@master
with:
config: .typos.toml
9 changes: 9 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[default]
extend-ignore-identifiers-re = [
"var*",
"ba",
"TRO",
"tro",
"Tro",
"Nam",
]

0 comments on commit 6247ee7

Please sign in to comment.