Bump symfony/yaml from 7.1.1 to 7.1.4 #173
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/** |