Skip to content

refactor: remove unnecessary whitespace #23

refactor: remove unnecessary whitespace

refactor: remove unnecessary whitespace #23

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [ main ]
jobs:
build-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Docker image
run: |
docker build .