Skip to content

Merge pull request #54 from onekey-sec/renovate/ruff-0.x #271

Merge pull request #54 from onekey-sec/renovate/ruff-0.x

Merge pull request #54 from onekey-sec/renovate/ruff-0.x #271

Workflow file for this run

name: Check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv & Python
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Ruff format
run: |
uv run ruff format --diff --exit-non-zero-on-format
- name: Ruff check
run: |
uv run ruff check