Skip to content

fix: run markdown cells synchronously before hiding code #1638

fix: run markdown cells synchronously before hiding code

fix: run markdown cells synchronously before hiding code #1638

Workflow file for this run

name: Typos
# Run on pull requests
on:
pull_request: {}
jobs:
typos:
name: Check for typos
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.1
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.29.4