mirror of https://github.com/flutter/pinball.git
parent
6e566666fb
commit
fa00283a6d
@ -0,0 +1,18 @@
|
||||
name: spell_check
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Continuous Integration
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check spelling
|
||||
uses: zwaldowski/cspell-action@v1
|
||||
with:
|
||||
paths: "**/*.{md,html}"
|
||||
config: .vscode/cspell.json
|
Loading…
Reference in new issue