BLOG-8 Set up gitea action #22

Merged
squid merged 4 commits from BLOG-8_set_up_gitea_action into main 2025-01-18 19:59:53 +08:00
Owner

Description

  • I found a build error when setting up gitea action, which is caused by circular dependency.
  • We couldn't call dispatch in reducer, so something like streaming, delay, set interval could not be use in reducer directly.
  • As for async function, we can use createAsyncTank.

Package Changes

No response

Screenshots

No response

Reference

Resolves #8

Checklist

  • A milestone is set
### Description - I found a build error when setting up gitea action, which is caused by circular dependency. - We couldn't call dispatch in reducer, so something like streaming, delay, set interval could not be use in reducer directly. - As for async function, we can use [`createAsyncTank`](https://redux-toolkit.js.org/api/createAsyncThunk). ### Package Changes _No response_ ### Screenshots _No response_ ### Reference Resolves #8 ### Checklist - [x] A milestone is set
squid added this to the Phase I milestone 2025-01-18 19:58:33 +08:00
squid added 4 commits 2025-01-18 19:58:33 +08:00
BLOG-8 feat: setup gitea workflow
Some checks failed
Frontend CI / build (push) Failing after 52s
f0e247d5e3
BLOG-8 fix: wrong directory
Some checks failed
Frontend CI / build (push) Failing after 33s
dc73ef180b
BLOG-8 fix: node pnpm cache
Some checks failed
Frontend CI / build (push) Failing after 1m4s
c2fef757b3
BLOG-8 fix: circular dependency
All checks were successful
Frontend CI / build (push) Successful in 1m19s
018e037cf8
squid changed title from BLOG-8_set_up_gitea_action to BLOG-8 Set up gitea action 2025-01-18 19:59:03 +08:00
squid merged commit 1b48a61c05 into main 2025-01-18 19:59:53 +08:00
Sign in to join this conversation.
No description provided.