[PR #338] [CLOSED] CI - Generate Freezed files #4079

Closed
opened 2026-03-23 21:36:12 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/338
Author: @hieugao
Created: 2/16/2022
Status: Closed

Base: mainHead: ci/generate-freezed-files


📝 Commits (2)

  • bf5b819 ci: generate Freezed files
  • 3a58498 ci: call the "generate_freezed_files" task

📊 Changes

2 files changed (+38 additions, -25 deletions)

View changed files

📝 .github/workflows/dart_lint.yml (+7 -1)
📝 frontend/scripts/makefile/flutter.toml (+31 -24)

📄 Description

Additional PR for #319. The reason for the sed... line is because I faced this problem -- https://github.com/dart-lang/build/issues/2835#issuecomment-702511142 when generating the files.

I don't know if this is enough, lemme know if anything is missing @appflowy.

Edit: Ooops, didn't realize that Github Workflow uses the newly updated code for CI too, should have updated the code inside #319 instead.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/338 **Author:** [@hieugao](https://github.com/hieugao) **Created:** 2/16/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ci/generate-freezed-files` --- ### 📝 Commits (2) - [`bf5b819`](https://github.com/AppFlowy-IO/AppFlowy/commit/bf5b819bb6b4a721d7b630db64ac4a2928508023) ci: generate Freezed files - [`3a58498`](https://github.com/AppFlowy-IO/AppFlowy/commit/3a5849882e0ff142eb6cd287c89f6f30b5470d02) ci: call the "generate_freezed_files" task ### 📊 Changes **2 files changed** (+38 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dart_lint.yml` (+7 -1) 📝 `frontend/scripts/makefile/flutter.toml` (+31 -24) </details> ### 📄 Description Additional PR for #319. The reason for the `sed...` line is because I faced this problem -- https://github.com/dart-lang/build/issues/2835#issuecomment-702511142 when generating the files. I don't know if this is enough, lemme know if anything is missing @appflowy. Edit: Ooops, didn't realize that Github Workflow uses the newly updated code for CI too, should have updated the code inside #319 instead. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:36:12 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4079
No description provided.