Skip to content

docs: Fix simple typo, functionnalities -> functionalities #1

docs: Fix simple typo, functionnalities -> functionalities

docs: Fix simple typo, functionnalities -> functionalities #1

Workflow file for this run

name: Check
on:
- push
- pull_request
jobs:
build:
name: ${{ matrix.tox-environment }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
tox-environment:
- docs
- lint
env:
TOXENV: ${{ matrix.tox-environment }}
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Set up system dependencies
run: |
sudo apt-get update
sudo apt-get install gettext
- name: Install dependencies
run: python -m pip install tox
- name: Run
run: tox