From cbd81dab180bb3b7669e8bab72c3828e56d5808a Mon Sep 17 00:00:00 2001 From: cat Date: Tue, 17 Feb 2026 18:19:26 +0000 Subject: [PATCH] Update .forgejo/workflows/test.yml --- .forgejo/workflows/test.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 4639564..e04555b 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -1,3 +1,10 @@ +name: pizdec neofetch + +on: + push: + branches: + - main + jobs: run-neofetch: runs-on: self-hosted @@ -5,9 +12,11 @@ jobs: image: ubuntu:latest steps: + - name: install ponos + run: apt update && apt install -y curl bash + - name: download neofetch run: | - apt update && apt install -y curl bash curl -Lo neofetch https://raw.githubusercontent.com/dylanaraps/neofetch/refs/heads/master/neofetch chmod +x neofetch