Skip to content

Bump laravel/telescope from 5.2.1 to 5.2.2 #171

Bump laravel/telescope from 5.2.1 to 5.2.2

Bump laravel/telescope from 5.2.1 to 5.2.2 #171

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/**