Skip to content

jiralogin: workaround python jira bug #37

jiralogin: workaround python jira bug

jiralogin: workaround python jira bug #37

name: Run tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install deps
run: |
python -m pip install --upgrade pip
pip install black
- name: Linting
run: |
black --check --diff .