Skip to content

Commit

Permalink
Replace OS check with CI check in CI build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijit Sarkar committed Dec 28, 2024
1 parent d9abc95 commit ae327f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if (( no_lint == 0 )); then
fi

ormolu_mode="check"
if [[ "$OSTYPE" == "darwin"* ]]; then
if [[ -z "$CI" ]]; then
ormolu_mode="inplace"
fi

Expand Down

0 comments on commit ae327f0

Please sign in to comment.