Skip to content

Merge branch 'main' of https://github.com/plutonium-239/memsave_torch #2

Merge branch 'main' of https://github.com/plutonium-239/memsave_torch

Merge branch 'main' of https://github.com/plutonium-239/memsave_torch #2

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ruff
env:
RUFF_OUTPUT_FORMAT: github
run: |
pip install ruff
ruff format --check
ruff check