41a9904932
avoid cloning entire repo for actions/checkout
...
`fetch-depth: 0` is saying to fetch all commits, which we don't really
need test for testing a single commit
2025-01-19 19:43:34 +01:00
2951162865
use different test configuration file for forgejo
...
forgejo currently doesn't support port redirection, so it's necessary
for services to use their normal ports
the old file is kept for local usage
2025-01-16 23:19:00 +01:00
f531171c59
Get setup-ffmpeg action from github.com
...
It's not mirrored by code.forgejo.org.
2025-01-16 20:33:07 +01:00
5ede011bf0
Use pnpm/action-setup@v4.0.0 in Actions
...
It's not possible to use v4, as action-setup doesn't have v4 tag,
and unlike GitHub Actions, Forgejo Actions doesn't try to automatically
convert refs like v4 into full tags like v4.0.0.
2025-01-16 20:32:16 +01:00
Caramel
33077ed48e
Rename .github directory to .forgejo
...
Fixes #34 .
2025-01-13 18:35:03 +01:00