Skip to content

Bump @trimble-oss/modus-icons from 1.15.0 to 1.16.0 #101

Bump @trimble-oss/modus-icons from 1.15.0 to 1.16.0

Bump @trimble-oss/modus-icons from 1.15.0 to 1.16.0 #101

Workflow file for this run

name: 'Check spelling'
on: # rebuild any PRs and main branch changes
pull_request:
branches-ignore:
- "dependabot/**"
jobs:
spellcheck:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
inline: warning
strict: false
incremental_files_only: true