We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266ff7b commit 3862150Copy full SHA for 3862150
scripts/ci.sh
@@ -9,8 +9,6 @@
9
# Place: Boston, MA
10
set -e
11
12
-# Place: Boston, MA
13
-
14
# Step 1: Code lint checking with ruff
15
echo "=== Running Code Linting ==="
16
uv run ruff check .
@@ -40,4 +38,4 @@ find . -name "tb_*.v" | while read tb_path; do
40
38
echo "⚠ Missing answer file: $answer_path"
41
39
fi
42
done
43
-echo "✓ All tests passed!"
+echo "✓ All tests passed!"
0 commit comments