Skip to content

Bump atlassian-python-api from 3.41.13 to 3.41.14 (#323) #480

Bump atlassian-python-api from 3.41.13 to 3.41.14 (#323)

Bump atlassian-python-api from 3.41.13 to 3.41.14 (#323) #480

Workflow file for this run

name: Python Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: flake8
uses: py-actions/flake8@v2
- name: Black
run: |
python -m pip install --upgrade pip
pip install black
black --check --diff .