You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GEMINI.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,10 @@
2
2
3
3
This guide outlines best practices for developing Google Apps Script projects, focusing on type safety and modern JavaScript features.
4
4
5
-
## GitHub Action Configuration
5
+
## Important
6
6
7
-
For new sample directories, ensure the top-level folder is included in the [`test.yaml`](.github/workflows/test.yaml) GitHub workflow's matrix configuration.
7
+
* For new sample directories, ensure the top-level folder is included in the [`test.yaml`](.github/workflows/test.yaml) GitHub workflow's matrix configuration.
8
+
* Do not move or delete snippet tags: `[END apps_script_... ]` or `[END apps_script_... ]`.
0 commit comments