Skip to content

feat: fix Binding DB assay html encoding, polars_canonical_smiles_wo_salt, ci and mkdocs #9

feat: fix Binding DB assay html encoding, polars_canonical_smiles_wo_salt, ci and mkdocs

feat: fix Binding DB assay html encoding, polars_canonical_smiles_wo_salt, ci and mkdocs #9

name: Style check on changed files
on: pull_request
jobs:
ruff-format-on-changes:
uses: deargen/workflows/.github/workflows/check-ruff-only-changed.yml@master
with:
check-type: format
ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt
ruff-isort-on-changes:
uses: deargen/workflows/.github/workflows/check-ruff-only-changed.yml@master
with:
check-type: isort
ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt
ruff-lint-on-changes:
uses: deargen/workflows/.github/workflows/check-ruff-only-changed.yml@master
with:
check-type: lint
ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt