Skip to content

Bump sass from 1.78.0 to 1.79.3 #185

Bump sass from 1.78.0 to 1.79.3

Bump sass from 1.78.0 to 1.79.3 #185

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