Skip to content

Add v8.0.0 changes to changelog #29

Add v8.0.0 changes to changelog

Add v8.0.0 changes to changelog #29

Workflow file for this run

name: Spellcheck
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install
run: yarn install
- name: Spellcheck
run: yarn run cspell