Skip to content

build(deps): bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #369

build(deps): bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows

build(deps): bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #369

Workflow file for this run

name: Lint with Black
on:
push:
branches:
- master
- main
- develop
pull_request:
branches:
- master
- main
- develop
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install Python 3.x
uses: actions/setup-python@v1
with:
python-version: 3.x
- name: Install dependencies
run: |
pip3 install --upgrade wheel pip poetry
- name: Lint with Black
run: |
poetry install
poetry run black --check .