Skip to content

fix: Ignore @ tests for Ubuntu 24.04 #96

fix: Ignore @ tests for Ubuntu 24.04

fix: Ignore @ tests for Ubuntu 24.04 #96

Workflow file for this run

---
name: Codespell
on:
pull_request:
push:
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master