Skip to content

Commit 132ad31

Browse files
committed
chores: show checks that are run
1 parent 439311e commit 132ad31

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

RunChecks.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@
77

88
# 2022-07-15, T. Graf
99

10+
Write-Host "flake8 ..."
1011
poetry run flake8
12+
13+
Write-Host "markdownlint ..."
1114
npx -q markdownlint-cli *.md
1215

16+
Write-Host "done."
17+
1318

1419
# -----------------------------------
1520
# -----------------------------------

0 commit comments

Comments
 (0)