Sha256: ba3fa8eed42891ad791b5f61cd41304ba6b76cb18f8400ff3ad472ca923da835

Contents?: true

Size: 501 Bytes

Versions: 8

Compression:

Stored size: 501 Bytes

Contents

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 .

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
uringmachine-0.5.1 vendor/liburing/.github/workflows/codespell.yml
uringmachine-0.5 vendor/liburing/.github/workflows/codespell.yml
uringmachine-0.4 vendor/liburing/.github/workflows/codespell.yml
uringmachine-0.3 vendor/liburing/.github/workflows/codespell.yml
uringmachine-0.2 vendor/liburing/.github/workflows/codespell.yml
uringmachine-0.1 vendor/liburing/.github/workflows/codespell.yml
iou-0.2 vendor/liburing/.github/workflows/codespell.yml
iou-0.1 vendor/liburing/.github/workflows/codespell.yml