We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00a83b commit 67cf21aCopy full SHA for 67cf21a
.github/workflows/development.yml
@@ -135,6 +135,8 @@ jobs:
135
styles_modified_files: ${{ needs.changed_files.outputs.styles_modified_files }}
136
eslint_added_files: ${{ needs.changed_files.outputs.eslint_added_files }}
137
eslint_modified_files: ${{ needs.changed_files.outputs.eslint_modified_files }}
138
+ mdlint_added_files: ${{ needs.changed_files.outputs.mdlint_added_files }}
139
+ mdlint_modified_files: ${{ needs.changed_files.outputs.mdlint_modified_files }}
140
secrets: inherit
141
142
# -------------------------------------------------------------
0 commit comments