Commit graph

11 commits

Author SHA1 Message Date
91479bad65 Merge pull request 'main' (#1) from woem.men/forkey:main into main
Some checks failed
Lint / lint (backend) (push) Has been cancelled
Lint / lint (frontend) (push) Has been cancelled
Lint / lint (misskey-js) (push) Has been cancelled
Lint / lint (sw) (push) Has been cancelled
Lint / typecheck (backend) (push) Has been cancelled
Lint / typecheck (misskey-js) (push) Has been cancelled
Lint / pnpm_install (push) Has been cancelled
Test (backend) / unit (22.x) (push) Has been cancelled
Test (backend) / e2e (22.x) (push) Has been cancelled
Test (production install and build) / production (22.x) (push) Has been cancelled
Test (backend) / validate-api-json (22.x) (push) Has been cancelled
Reviewed-on: #1
2025-01-20 07:43:59 +00:00
9ebebce008 .
Some checks failed
Test (production install and build) / production (22.x) (push) Has been cancelled
2025-01-19 18:47:24 +00:00
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
c7f3ae06a7 adding more caching
Some checks failed
Test (production install and build) / production (22.x) (push) Has been cancelled
2025-01-19 18:29:32 +00:00
970e17b184 .
Some checks failed
Test (production install and build) / production (22.x) (push) Has been cancelled
2025-01-19 18:10:23 +00:00
eb7bdbf257 add dispatch
All checks were successful
Test (production install and build) / production (22.x) (push) Successful in 15m35s
2025-01-19 17:50:12 +00:00
0055a1acce Testing to see how well adding a cache action works
Some checks failed
Test (production install and build) / production (22.x) (push) Has been cancelled
2025-01-19 17:46:37 +00: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