Skip to content

refactor: add newline at end of file #28

refactor: add newline at end of file

refactor: add newline at end of file #28

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 .