Skip to content

fix(matrix): make is_safe() return bool and prove count_islands' improper results #20037

fix(matrix): make is_safe() return bool and prove count_islands' improper results

fix(matrix): make is_safe() return bool and prove count_islands' improper results #20037

Workflow file for this run

# https://beta.ruff.rs
name: ruff
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
persist-credentials: false
- uses: astral-sh/setup-uv@v7
- run: uvx ruff check --output-format=github .