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