Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

feat: all done

feat: all done #11

Workflow file for this run

on:
push:
pull_request:
workflow_dispatch:
jobs:
build-docker-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/build-push-action@v6
check-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"