Skip to content

ENH: Add support for 16 and 32-bit radiograph images #579

ENH: Add support for 16 and 32-bit radiograph images

ENH: Add support for 16 and 32-bit radiograph images #579

Workflow file for this run

name: pre-commit
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0