Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Change base image for Dockerfile and update support for Python >=3.10 #9

Change base image for Dockerfile and update support for Python >=3.10

Change base image for Dockerfile and update support for Python >=3.10 #9

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable