Skip to content

fix: Use default ResNet18 transforms, and delete all other transforms #228

fix: Use default ResNet18 transforms, and delete all other transforms

fix: Use default ResNet18 transforms, and delete all other transforms #228

Workflow file for this run

name: Linting & Formatting Check
on:
pull_request:
permissions:
contents: read
jobs:
ruff-linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: astral-sh/ruff-action@v3
with:
version-file: "./unix-requirements.txt"
ruff-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: astral-sh/ruff-action@v3
with:
version-file: "./unix-requirements.txt"
args: "format --check --diff"