Skip to content

chore(sa): add branch only-deploy-dev-web for sa test #1857

chore(sa): add branch only-deploy-dev-web for sa test

chore(sa): add branch only-deploy-dev-web for sa test #1857

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