Skip to content

Extract common utils in rendering SRAWN #149

Extract common utils in rendering SRAWN

Extract common utils in rendering SRAWN #149

Workflow file for this run

name: Spellcheck
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
- name: Install
run: yarn install
- name: Spellcheck
run: yarn run cspell