2023-05-18 18:06:27 +02:00
|
|
|
name: codespell
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
pull_request:
|
|
|
|
jobs:
|
|
|
|
codespell:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Checkout Repo
|
2023-09-10 16:55:55 +02:00
|
|
|
uses: actions/checkout@v4
|
2023-05-18 18:06:27 +02:00
|
|
|
- name: Codespell
|
|
|
|
run: make codespell
|