Skip to content

Commit a2d57a8

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/im/align-tests-with-re' into im/align-tests-with-re
2 parents dab1804 + 557ed73 commit a2d57a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/linter.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
run: |
2121
dotnet format
2222
23+
- name: status
24+
run: |
25+
git status
26+
2327
- name: Check for modified files
2428
run: |
2529
if (git status | Select-String -Pattern 'modified') {

0 commit comments

Comments
 (0)