Skip to content

chore(deps): bump shadcn_ui from 0.8.1 to 0.11.0 in /packages/app_ui #177

chore(deps): bump shadcn_ui from 0.8.1 to 0.11.0 in /packages/app_ui

chore(deps): bump shadcn_ui from 0.8.1 to 0.11.0 in /packages/app_ui #177

Workflow file for this run

name: spell_checker
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: zwaldowski/cspell-action@v1
with:
paths: "**/*.{md,dart}"
config: .vscode/cspell.json
exclude: ".gitignore"