home to your local SPACEGIRL 💫 arimelody.space
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

testing forgejo actions

+9
+9
.forgejo/workflows/test.yaml
··· 1 + on: 2 + push: 3 + branches: 4 + - dev 5 + jobs: 6 + test: 7 + runs-on: docker 8 + steps: 9 + - run: echo it works!