Skip to content

[GIT PULL] minor kdigest follow-ups #178

[GIT PULL] minor kdigest follow-ups

[GIT PULL] minor kdigest follow-ups #178

Workflow file for this run

name: Codespell
on:
# Trigger the workflow on push or pull requests.
push:
pull_request:
jobs:
test:
runs-on: ubuntu-24.04
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Install codespell
run: |
sudo apt-get update -y
sudo apt-get install -y codespell
- name: Display codespell version
run: codespell --version
- name: Execute codespell
run: codespell --ignore-words=.github/actions/codespell/stopwords .