Skip to content

Bump azure-storage-blob from 2.1.0 to 12.13.0 #68

Bump azure-storage-blob from 2.1.0 to 12.13.0

Bump azure-storage-blob from 2.1.0 to 12.13.0 #68

Workflow file for this run

name: Flake8
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
- name: Lint with flake8
run: |
flake8 --builtins=ArgumentError .