Skip to content

docs: add stargazer #4 update #435

docs: add stargazer #4 update

docs: add stargazer #4 update #435

Workflow file for this run

name: check-spelling
on:
pull_request:
merge_group:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ inputs.fedora_version }}
cancel-in-progress: true
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Check for typos
uses: crate-ci/typos@308f8f5788c91e7d099279f046cdbc3662956dcd # version 1.0.4
with:
files: ./README.md ./docs
config: ./typos.toml