Skip to content

fix(flat-components): edit periodic sub room times #1862

fix(flat-components): edit periodic sub room times

fix(flat-components): edit periodic sub room times #1862

Workflow file for this run

name: Spell Check
on:
pull_request:
branches:
- main
jobs:
check-spell:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install cspell
run: npm i -g cspell
- name: Check cspell
run: npm run check-spelling