Skip to content

chore(deps): bump body-parser and express in /functions #410

chore(deps): bump body-parser and express in /functions

chore(deps): bump body-parser and express in /functions #410

Workflow file for this run

name: spell_check
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: [pull_request]
jobs:
build:
name: Spell Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check spelling
uses: zwaldowski/cspell-action@v1
with:
paths: '**/*.{dart,arb,md}'
config: .vscode/cspell.json