Skip to content

Commit

Permalink
[CI] Validating post merge
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdoc committed Feb 27, 2025
1 parent ab72aae commit b1b0739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
pre-commit install
- name: Run pre-commit
run: magic run pre-commit run --all-files
run: magic run --manifest-path mojo pre-commit run --all-files

1 change: 1 addition & 0 deletions mojo/stdlib/src/builtin/bool.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ from utils._visualizers import lldb_formatter_wrapping_type
# Boolable
# ===----------------------------------------------------------------------=== #

# Testing

trait Boolable:
"""The `Boolable` trait describes a type that can be explicitly converted to
Expand Down

0 comments on commit b1b0739

Please sign in to comment.