Skip to content

chore(deps): bump photoswipe from 5.4.0 to 5.4.2 #126

chore(deps): bump photoswipe from 5.4.0 to 5.4.2

chore(deps): bump photoswipe from 5.4.0 to 5.4.2 #126

Workflow file for this run

name: 'Check spelling'
on: # rebuild any PRs and main branch changes
pull_request:
branches-ignore:
- "dependabot/**"
jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v3
with:
inline: warning
strict: false
incremental_files_only: true