Skip to content

Hotfix for cache corruption alarms (#3728) #17

Hotfix for cache corruption alarms (#3728)

Hotfix for cache corruption alarms (#3728) #17

Workflow file for this run

---
name: Codespell
on:
push:
branches: [devel,master]
pull_request:
branches: [devel,master]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Codespell
uses: codespell-project/actions-codespell@v1
with:
path: cvmfs