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 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