Skip to content

Commit 835cfd4

Browse files
committed
activate actions for testing
1 parent 65b352d commit 835cfd4

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,6 @@ name: CI
22

33
on:
44
push:
5-
branches:
6-
- main
7-
paths:
8-
- 'src/**/*.py'
9-
- 'tests/**/*.py'
10-
- 'pyproject.toml'
11-
- 'requirements.txt'
12-
- 'uv.lock'
13-
pull_request:
14-
paths:
15-
- 'src/**/*.py'
16-
- 'tests/**/*.py'
17-
- 'pyproject.toml'
18-
- 'requirements.txt'
19-
- 'uv.lock'
205

216
jobs:
227
code-quality:

0 commit comments

Comments
 (0)