Skip to content

Merge pull request #276 from Websoft9/dev #53

Merge pull request #276 from Websoft9/dev

Merge pull request #276 from Websoft9/dev #53

Workflow file for this run

# ProxyCheck: Read dockerhub proxy URL from docs/reference/_include/dockerhub-proxy.md and test the network speed
# Spellcheck
name: Check Action
on:
workflow_dispatch:
push:
branches:
- dev
jobs:
# Spellcheck:
# name: Spellcheck
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: rojopolis/[email protected]
# name: Spellcheck
# with:
# source_files: i18n/en/docusaurus-plugin-content-docs/current/**/*.md
# task_name: Markdown
# output_file: spellcheck-output.txt
# - uses: actions/upload-artifact@v3
# if: '!cancelled()' # Do not upload artifact if job was cancelled
# with:
# name: Spellcheck Output
# path: spellcheck-output.txt