mirror of https://github.com/flutter/pinball.git
commit
bba247f02c
@ -0,0 +1,21 @@
|
||||
name: spell_check
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Spell Check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Check spelling
|
||||
uses: zwaldowski/cspell-action@v1
|
||||
with:
|
||||
paths: '**/*.{dart,arb}'
|
||||
config: .vscode/cspell.json
|
@ -0,0 +1,41 @@
|
||||
{
|
||||
"version": "0.2",
|
||||
"enabled": true,
|
||||
"language": "en",
|
||||
"words": [
|
||||
"animatronic",
|
||||
"argb",
|
||||
"audioplayers",
|
||||
"backbox",
|
||||
"bezier",
|
||||
"cupertino",
|
||||
"dashbook",
|
||||
"deserialization",
|
||||
"dpad",
|
||||
"endtemplate",
|
||||
"firestore",
|
||||
"gapless",
|
||||
"goldens",
|
||||
"leaderboard",
|
||||
"loadables",
|
||||
"mixins",
|
||||
"mocktail",
|
||||
"multiball",
|
||||
"multiballs",
|
||||
"occluder",
|
||||
"pixelated",
|
||||
"pixeloid",
|
||||
"rects",
|
||||
"rrect",
|
||||
"serializable",
|
||||
"sparky's",
|
||||
"theming",
|
||||
"unawaited",
|
||||
"unfocus",
|
||||
"unlayered",
|
||||
"vsync"
|
||||
],
|
||||
"ignorePaths": [
|
||||
".github/workflows/**"
|
||||
]
|
||||
}
|
Loading…
Reference in new issue