Skip to content

Add Ghost Collection #2263

Add Ghost Collection

Add Ghost Collection #2263

Workflow file for this run

name: Typos
on:
push:
branches:
- v*
- main
pull_request: {}
workflow_dispatch: {}
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Check Typos
uses: crate-ci/typos@v1.12.12