[PR #723] [MERGED] Fix YAML syntax in rust_lint workflow #4294

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/723
Author: @polypixeldev
Created: 7/27/2022
Status: Merged
Merged: 7/28/2022
Merged by: @appflowy

Base: mainHead: rust-lint-syntax-fix


📝 Commits (3)

  • 0c20a7b fix: fix yaml syntax in rust_lint github workflow
  • 5eb8a60 fix: add flutter action for access to dart
  • 5309b2a style: run cargo fmt

📊 Changes

7 files changed (+11 additions, -18 deletions)

View changed files

📝 .github/workflows/rust_lint.yml (+8 -4)
📝 frontend/rust-lib/flowy-grid/src/entities/cell_entities.rs (+0 -2)
📝 frontend/rust-lib/flowy-grid/src/entities/field_entities.rs (+0 -8)
📝 frontend/rust-lib/flowy-grid/src/entities/row_entities.rs (+0 -1)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/date_type_option/date_type_option_entities.rs (+1 -1)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/select_option.rs (+1 -1)
📝 frontend/rust-lib/flowy-grid/tests/grid/block_test/script.rs (+1 -1)

📄 Description

Quick fix for the rust_lint GitHub workflow, since I noticed that the tests were failing due to invalid YAML syntax.


🔄 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/723 **Author:** [@polypixeldev](https://github.com/polypixeldev) **Created:** 7/27/2022 **Status:** ✅ Merged **Merged:** 7/28/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `rust-lint-syntax-fix` --- ### 📝 Commits (3) - [`0c20a7b`](https://github.com/AppFlowy-IO/AppFlowy/commit/0c20a7b092cbc1e40a33f64ddb4391d322cec85e) fix: fix yaml syntax in rust_lint github workflow - [`5eb8a60`](https://github.com/AppFlowy-IO/AppFlowy/commit/5eb8a60f911c480915c6a50466cadfed9fd374ac) fix: add flutter action for access to dart - [`5309b2a`](https://github.com/AppFlowy-IO/AppFlowy/commit/5309b2a7574fcf6c81ffbe614b22591200e31f81) style: run cargo fmt ### 📊 Changes **7 files changed** (+11 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/rust_lint.yml` (+8 -4) 📝 `frontend/rust-lib/flowy-grid/src/entities/cell_entities.rs` (+0 -2) 📝 `frontend/rust-lib/flowy-grid/src/entities/field_entities.rs` (+0 -8) 📝 `frontend/rust-lib/flowy-grid/src/entities/row_entities.rs` (+0 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/date_type_option/date_type_option_entities.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/selection_type_option/select_option.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-grid/tests/grid/block_test/script.rs` (+1 -1) </details> ### 📄 Description Quick fix for the rust_lint GitHub workflow, since I noticed that the tests were failing due to invalid YAML syntax. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:37:10 +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#4294
No description provided.