forked from scellodev125/gitea-actions-test
mobinmazahery85
89dfacb2be
Some checks failed
W-what? / Explore-Gitea-Actions (push) Has been cancelled
12 lines
431 B
YAML
12 lines
431 B
YAML
name: W-what?
|
|
run-name: ${{ gitea.actor }} didn't believe Gitea Actions is a thing
|
|
on: [push]
|
|
jobs:
|
|
Explore-Gitea-Actions:
|
|
runs-on: ubuntu
|
|
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
|