refactor: rollback dletion for gitignore and actions

This commit is contained in:
Artemy 2025-08-13 15:40:10 +01:00
parent 9783b6a8a3
commit 51666d19db
23 changed files with 1403 additions and 0 deletions

View file

@ -0,0 +1,9 @@
name: Setup Ollama
description: Start Ollama
runs:
using: "composite"
steps:
- name: Start Ollama
shell: bash
run: |
docker run -d --name ollama -p 11434:11434 docker.io/leseb/ollama-with-models