diff --git a/.github/instructions/src.instructions.md b/.github/instructions/src.instructions.md new file mode 100644 index 000000000..f2fc58484 --- /dev/null +++ b/.github/instructions/src.instructions.md @@ -0,0 +1,13 @@ +--- +applyTo: "src/**" +--- + +General rules that apply to all code. + +Rules for commenting code: + +1. Comments are for things that cannot be expressed as code +2. Comments which restate code must be deleted +3. If the omment says what the code could say, then the code must change to make the commnet redundant + + diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e5e0b94ec..a3de51364 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -183,7 +183,7 @@ jobs: - 'docs/**' automation: - 'build/**' - - '.github/**' + - '.github/workfows/**' - name: "Debug Filter Results" shell: pwsh run: |