Skip to content

Bump @stencil/core from 4.12.4 to 4.24.0 in /stencil-workspace #4757

Bump @stencil/core from 4.12.4 to 4.24.0 in /stencil-workspace

Bump @stencil/core from 4.12.4 to 4.24.0 in /stencil-workspace #4757

Workflow file for this run

name: 'Check spelling'
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
check_dot_files: false
incremental_files_only: true
inline: warning
strict: false