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