Skip to content

refactor: getenv

refactor: getenv #96

Workflow file for this run

# https://github.com/crate-ci/typos/blob/master/docs/github-action.md
name: Typos
on: [pull_request]
jobs:
run:
name: Spell check with Typos
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master
with:
config: ./.typos.toml