Skip to content

fix: make version subcommand output match --version #152

fix: make version subcommand output match --version

fix: make version subcommand output match --version #152

Workflow file for this run

name: spelling
on:
pull_request:
jobs:
codespell:
name: Enforce US English
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install codespell
run: |
sudo apt-get update
sudo apt-get install -y python3-pip
pip install codespell==2.4.1
- name: Run codespell
run: |
make spelling