Skip to content

Bump @hotwired/turbo from 8.0.5 to 8.0.6 #183

Bump @hotwired/turbo from 8.0.5 to 8.0.6

Bump @hotwired/turbo from 8.0.5 to 8.0.6 #183

Workflow file for this run

name: Spell check
on:
pull_request:
push: # (or pull requests)
paths:
- '.github/workflows/**'
- 'storage/library/**'
jobs:
spellcheck:
runs-on: ubuntu-latest
if: "! contains(toJSON(github.event.commits.*.message), '[skip-spellcheck]')"
steps:
- uses: actions/checkout@v4
- name: Run spellchecker for RU
run: npx yaspeller storage/library/**