Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

admin cli: print all names instead of only the first one on OutputMod… #1427

admin cli: print all names instead of only the first one on OutputMod…

admin cli: print all names instead of only the first one on OutputMod… #1427

Workflow file for this run

name: "Spell Check"
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
merge_group:
permissions:
contents: read
pull-requests: read
jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run typos
uses: crate-ci/typos@master