diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 02765e1c1fc..31d7912f06b 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -135,6 +135,8 @@ jobs: styles_modified_files: ${{ needs.changed_files.outputs.styles_modified_files }} eslint_added_files: ${{ needs.changed_files.outputs.eslint_added_files }} eslint_modified_files: ${{ needs.changed_files.outputs.eslint_modified_files }} + mdlint_added_files: ${{ needs.changed_files.outputs.mdlint_added_files }} + mdlint_modified_files: ${{ needs.changed_files.outputs.mdlint_modified_files }} secrets: inherit # -------------------------------------------------------------