Skip to content

Merge pull request #50 from fpistm/update_1.3.1 #95

Merge pull request #50 from fpistm/update_1.3.1

Merge pull request #50 from fpistm/update_1.3.1 #95

Workflow file for this run

name: codespell
on:
push:
branches:
- main
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
- name: Spell check
uses: codespell-project/actions-codespell@master