Added test workflow
All checks were successful
Build the docker image / build (push) Successful in 9m13s

This commit is contained in:
2025-06-09 16:03:44 +03:00
committed by Emin Arslan
parent b1bdc913cb
commit cf44012cd5

View File

@ -0,0 +1,15 @@
name: Build the docker image
run-name: Building emacs docker image.
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Docker build
run: |
cd ${{ gitea.workspace }}
docker build . -t emacs-c