Skip to content

New stack showcase #454

New stack showcase

New stack showcase #454

Workflow file for this run

name: Spell Checking
on:
pull_request:
types: [opened, synchronize]
jobs:
spell-check:
name: spell-check
runs-on: ubuntu-latest
env:
ZENML_DEBUG: 1
ZENML_ANALYTICS_OPT_IN: false
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v2
- name: Spelling checker
uses: crate-ci/typos@master
with:
files: "."
config: ./.typos.toml
markdown-link-check:
uses: ./.github/workflows/markdown-link-check.yml