Skip to content

Bump docker/setup-buildx-action from 1 to 3 #75

Bump docker/setup-buildx-action from 1 to 3

Bump docker/setup-buildx-action from 1 to 3 #75

Workflow file for this run

name: Format
on: [push, pull_request, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: black
uses: lgeiger/black-action@master
with: { args: . --check --diff }