Skip to content

Commit d81f5f4

Browse files
committed
docs: add a note about snippet tags
1 parent 7c05a57 commit d81f5f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

GEMINI.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
This guide outlines best practices for developing Google Apps Script projects, focusing on type safety and modern JavaScript features.
44

5-
## GitHub Action Configuration
5+
## Important
66

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_... ]`.
89

910
## Apps Script Code Best Practices
1011

0 commit comments

Comments
 (0)