Skip to content

chore(main): release v0.2.2 #114

chore(main): release v0.2.2

chore(main): release v0.2.2 #114

Workflow file for this run

name: Spellcheck
on:
push:
branches:
- main
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true
jobs:
spellcheck-status:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Fetch Head
uses: actions/checkout@v4
- name: Spellcheck
uses: streetsidesoftware/cspell-action@v6
with:
files: |
"apps/paper/**/*.{md,mdx}"