Skip to content

Update snowflake.md (#2383) #5526

Update snowflake.md (#2383)

Update snowflake.md (#2383) #5526

Workflow file for this run

name: Spellcheck Action
on: push
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: npm install -g cspell
- name: Run spellcheck
run: cspell "**/*.md*" --quiet --show-suggestions