Skip to content

修正README.md的图片加载问题 #3

修正README.md的图片加载问题

修正README.md的图片加载问题 #3

Workflow file for this run

name: '🧑‍🏫 Spellcheck'
on:
push:
jobs:
spellcheck:
name: '🧑‍🏫 Spellcheck'
runs-on: ubuntu-latest
defaults:
run:
working-directory: '.'
steps:
- uses: actions/checkout@v4
name: 🧾 Checkout
- uses: streetsidesoftware/cspell-action@v6
name: 📝 Check Spelling
with:
config: './cspell.json'
incremental_files_only: false
root: '.'