Skip to content

Commit 231212f

Browse files
continue on error for ruff check
1 parent 79a5fbb commit 231212f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
uv sync --dev
3838
3939
- name: Lint with ruff
40+
continue-on-error: true
4041
run: |
4142
cd macro_agents
4243
uv run ruff check .

0 commit comments

Comments
 (0)