Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Merge branch 'topic/alire' into 'master' #542

Merge branch 'topic/alire' into 'master'

Merge branch 'topic/alire' into 'master' #542

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@v3
with:
path: ./vss
- name: Install aspell
run: sudo apt-get install -y aspell aspell-en
- name: Run aspell
run: make -C vss spellcheck