test host
This commit is contained in:
parent
95a9891e71
commit
b3817b2e71
1 changed files with 16 additions and 0 deletions
16
.forgejo/workflows/test_host.yml
Normal file
16
.forgejo/workflows/test_host.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: neofetch demo
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: mira
|
||||
|
||||
steps:
|
||||
- name: Show neofetch
|
||||
run: |
|
||||
neofetch
|
||||
Loading…
Add table
Reference in a new issue