Git-reviewer with ollama
first we need to create self hosted git action runner.
Follow the configurations.

after syccess creating the runner create sustemctl.
[Unit]
Description=Git runner self hosted.
After=network.target
[Service]
Type=simple
Restart=always
ExecStart=/opt/git-runners/actions-runner/run.sh
Restart=on-failure
User=aleksandarp
[Install]
WantedBy=multi-user.target


Add `runs-on: self-hosted` to your workflow's YAML to send jobs to this runner.


you will need to create a token.