Skip to content

Bump symfony/yaml from 7.1.1 to 7.1.4 #173

Bump symfony/yaml from 7.1.1 to 7.1.4

Bump symfony/yaml from 7.1.1 to 7.1.4 #173

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