workflowtest/.forgejo/workflows/test.yml
cat 3cb85ab95d
Some checks failed
pizdec neofetch / run-neofetch (push) Failing after 28s
archlinux test
2026-02-18 07:16:42 +03:00

24 lines
No EOL
470 B
YAML

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