Skip to content

readme,docs: add pytorch issue info and a note #152

readme,docs: add pytorch issue info and a note

readme,docs: add pytorch issue info and a note #152

Workflow file for this run

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