Skip to content

Strip trailing line from beautifulsoup prettify output #453

Strip trailing line from beautifulsoup prettify output

Strip trailing line from beautifulsoup prettify output #453

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:
- black
- doctest
- flake8
- isort
env:
TOXENV: ${{ matrix.tox-environment }}
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies
run: python -m pip install tox
- name: Run
run: tox