Skip to content

Doc: add docs for Lua sandbox #1504

Doc: add docs for Lua sandbox

Doc: add docs for Lua sandbox #1504

Workflow file for this run

name: Codespell
on:
push:
pull_request:
permissions: {}
jobs:
codespell:
runs-on: ubuntu-latest
name: Find typos
steps:
- uses: actions/checkout@v7.0.1
- uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
with:
check_filenames: true
check_hidden: true