Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Merge pull request #323 from adglkh/add_missing_anbox_features #1038

Merge pull request #323 from adglkh/add_missing_anbox_features

Merge pull request #323 from adglkh/add_missing_anbox_features #1038

Workflow file for this run

name: spellcheck
on:
- push
- pull_request
jobs:
spelling:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
python -m pip install pyspelling
- name: Install Aspell
run: |
sudo apt-get install aspell aspell-en
- name: Spell check
run: |
python -m pyspelling -c .spellcheck.yaml