commit e1477386cd8adcf0eaf9c472e0ba1022c93f40d5 Author: cat Date: Tue Feb 17 17:22:10 2026 +0000 Add .forgejo/workflows/test.yml diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml new file mode 100644 index 0000000..801aea4 --- /dev/null +++ b/.forgejo/workflows/test.yml @@ -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" \ No newline at end of file