Skip to content

[Snyk] Security upgrade @docusaurus/preset-classic from 3.4.0 to 3.5.0 #449

[Snyk] Security upgrade @docusaurus/preset-classic from 3.4.0 to 3.5.0

[Snyk] Security upgrade @docusaurus/preset-classic from 3.4.0 to 3.5.0 #449

Workflow file for this run

name: Spellcheck Action
on:
pull_request:
branches: [ "master" ]
push:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.36.0
name: Spellcheck
with:
config_path: spellcheck.yml # put path to configuration file here
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