Skip to content

Update phoenix.yml (#51) #344

Update phoenix.yml (#51)

Update phoenix.yml (#51) #344

Workflow file for this run

# name: Spell Check
# on:
# push:
# pull_request:
# workflow_dispatch:
# jobs:
# run:
# name: Spell Check
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# - name: Spell Check
# uses: crate-ci/typos@master
# with:
# config: ${{github.workspace}}/.github/scripts/_typos.toml