Skip to content

Commit

Permalink
Bump codespell action
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 17, 2024
1 parent b0f9a2d commit fb3b19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Expand Up @@ -2,7 +2,7 @@

name: Documentation

on:
on: # yamllint disable-line rule:truthy
push:
branches: [master, simplesamlphp-*]
paths:
Expand All @@ -28,7 +28,7 @@ jobs:
ignore_path: .markdownlintignore

- name: Perform spell check
uses: codespell-project/actions-codespell@master
uses: codespell-project/actions-codespell@v2
with:
path: '**/*.md'
check_filenames: true
Expand Down

0 comments on commit fb3b19f

Please sign in to comment.