mirror of
https://hub.psychoinformatics.de/actions/xlsx-to-tsv.git
synced 2026-09-10 03:46:04 +00:00
12 lines
301 B
YAML
12 lines
301 B
YAML
---
|
|
name: Codespell
|
|
on: [push, pull_request]
|
|
jobs:
|
|
codespell:
|
|
name: Check for spelling errors
|
|
runs-on: debian-latest
|
|
steps:
|
|
- name: Checkout project
|
|
uses: actions/checkout@v4
|
|
- name: Codespell
|
|
uses: https://github.com/codespell-project/actions-codespell@v2.2
|