Ignore flake8 E701/704 because it conflicts with recent black (#48) #102
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pysen-test | |
on: | |
push: | |
branches: | |
- main | |
pull_request: {} | |
jobs: | |
tox: | |
name: Run pysen-test | |
runs-on: ubuntu-20.04 | |
timeout-minutes: 15 | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
lfs: false | |
path: ${{ env.CHECKOUT_PATH }} | |
- name: Run test | |
uses: ./.github/actions/pysen-test/ |