workflowtest/.forgejo/workflows/test.yml
cat 39cfbc0e75
All checks were successful
pizdec neofetch / run-neofetch (push) Successful in 28s
Update .forgejo/workflows/test.yml
2026-02-17 21:54:23 +03:00

24 lines
No EOL
479 B
YAML

name: pizdec neofetch
on:
push:
branches:
- main
jobs:
run-neofetch:
runs-on: ubuntu-latest
container:
image: ubuntu:latest
steps:
- name: install ponos
run: apt update && apt install -y curl bash
- name: download neofetch
run: |
curl -Lo neofetch https://raw.githubusercontent.com/dylanaraps/neofetch/refs/heads/master/neofetch
chmod +x neofetch
- name: neofetch
run: ./neofetch