Skip to content

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #113

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #113

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.7'
- uses: psf/black@stable