Skip to content

chore(deps): bump jsonwebtoken, firebase-admin and firebase-functions in /functions #404

chore(deps): bump jsonwebtoken, firebase-admin and firebase-functions in /functions

chore(deps): bump jsonwebtoken, firebase-admin and firebase-functions in /functions #404

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