Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ initdb
inmemory
INR
isready
itk
ITK
jcs
jit
jku
JOSE
JPY
Expand Down Expand Up @@ -107,11 +110,13 @@ protoc
pydantic
pyi
pypistats
pyproto
pyupgrade
pyversions
redef
respx
resub
rmi
RS256
RUF
SECP256R1
Expand Down
32 changes: 32 additions & 0 deletions .github/workflows/itk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: ITK

on:
push:
branches: [main, 1.0-dev]
pull_request:
paths-ignore:
- '**.md'
- 'LICENSE'
- '.github/CODEOWNERS'

permissions:
contents: read

jobs:
itk:
name: ITK
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v6

- name: Install uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
cache-dependency-glob: "uv.lock"

- name: Run ITK Tests
run: bash run_itk.sh
working-directory: itk
Empty file added itk/__init__.py
Empty file.
Loading
Loading