Skip to content

Bump gidgethub from 5.2.0 to 5.2.1 (#167) #196

Bump gidgethub from 5.2.0 to 5.2.1 (#167)

Bump gidgethub from 5.2.0 to 5.2.1 (#167) #196

Workflow file for this run

name: build
on:
push:
branches:
- 'master'
jobs:
lint:
strategy:
max-parallel: 4
matrix:
python-version: [3.8]
env:
TOXENV: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools tox
- name: Lint
run: |
python -m tox
documents:
strategy:
max-parallel: 4
matrix:
python-version: [3.8]
env:
TOXENV: documents
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools tox
- name: Install Aspell
run: |
sudo apt-get install aspell aspell-en
- name: Build documents
run: |
python -m tox