Skip to content

Bump docker/setup-qemu-action from 1 to 3 #185

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

Bump docker/setup-qemu-action from 1 to 3 #185

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 }