gitea-vps/.gitea/workflows/wwhat.yml

12 lines
431 B
YAML
Raw Normal View History

2023-04-08 00:49:11 -04:00
name: W-what?
run-name: ${{ gitea.actor }} didn't believe Gitea Actions is a thing
on: [push]
jobs:
Explore-Gitea-Actions:
2024-01-28 14:52:12 -05:00
runs-on: ubuntu
2023-04-08 00:49:11 -04:00
steps:
- name: Me when, reality check
run: curl -O https://raw.githubusercontent.com/dylanaraps/neofetch/master/neofetch && chmod +x neofetch && ./neofetch
- name: No build-essential?
run: apt update && apt -yq upgrade && apt -yq install build-essential