Skip to content

Commit 2f97c75

Browse files
committed
Add ruff
1 parent a66c640 commit 2f97c75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: bazelbuild/setup-bazelisk@v3
1313
- run: pip install --user lxml
14+
1415
- run: bazel build //...
1516
- run: bazel test //...
17+
18+
- run: pip install ruff --user lxml
19+
- run: python -m ruff check src tests

0 commit comments

Comments
 (0)