workflowtest/.forgejo/workflows/test.yml

24 lines
No EOL
476 B
YAML

name: pizdec neofetch
on:
push:
branches:
- main
jobs:
run-neofetch:
runs-on: self-hosted
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