From 37761843252835e4e370d98fca6104c2ec46355d Mon Sep 17 00:00:00 2001 From: AodenTeo Date: Sun, 28 Dec 2025 19:07:23 -0800 Subject: [PATCH 1/2] initial commit to aodenteo/dev --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..4f736fcf --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "files.associations": { + "**/.github/workflows/*.{yml,yaml}": "yaml", + "**/Taskfile.{yml,yaml}": "yaml" + } +} \ No newline at end of file From 5ca9ff85d2c19cb39659a66b92cef8dc0eb76c7f Mon Sep 17 00:00:00 2001 From: AodenTeo Date: Sun, 28 Dec 2025 19:09:34 -0800 Subject: [PATCH 2/2] Modify included-file.md to trigger github actions workflow --- 03-core-features/filters/included-file.md | 1 + 1 file changed, 1 insertion(+) diff --git a/03-core-features/filters/included-file.md b/03-core-features/filters/included-file.md index e69de29b..ad00c7cb 100644 --- a/03-core-features/filters/included-file.md +++ b/03-core-features/filters/included-file.md @@ -0,0 +1 @@ +Sample file modification that should trigger workflow \ No newline at end of file