Add .forgejo/workflows/test.yml
This commit is contained in:
commit
e1477386cd
1 changed files with 14 additions and 0 deletions
14
.forgejo/workflows/test.yml
Normal file
14
.forgejo/workflows/test.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
name: pizdec neofetch
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
run-neofetch:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: neofetch
|
||||||
|
run: neofetch || echo "neofetch not installed"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue