Skip to content

Commit a0a262a

Browse files
committed
Fix
1 parent 1447fae commit a0a262a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ steps:
77
- name: formatter
88
image: mcr.microsoft.com/powershell:alpine-3.14
99
commands:
10-
- pwsh ./Invoke-Formatter.ps1 -exitCodeOnFormat
10+
- pwsh ./Invoke-Formatter.ps1
1111
environment:
1212
# Disable debugging and profiling
1313
COMPlus_EnableDiagnostics: 0

0 commit comments

Comments
 (0)