Skip to content

Merge branch 'topic/fix_23_2' into '23.2' #425

Merge branch 'topic/fix_23_2' into '23.2'

Merge branch 'topic/fix_23_2' into '23.2' #425

Workflow file for this run

on: [push, pull_request]
name: Spell checks
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Get VSS
uses: actions/checkout@v2
with:
path: ./vss
- name: Install aspell
run: sudo apt-get install -y aspell aspell-en
- name: Run aspell
run: make -C vss spellcheck