Skip to content

fix: style

fix: style #21

Workflow file for this run

name: Verify
on: [push, pull_request]
jobs:
build-docker:
runs-on: ubuntu-latest
name: Docker build
steps:
- uses: actions/checkout@v3
- name: Build as Docker image
run: docker build .