Skip to content

Commit bf3f4e5

Browse files
authored
Merge pull request #74 from SFI-Visual-Intelligence/mag-branch
Package name
2 parents 018b669 + 9aaee99 commit bf3f4e5

34 files changed

+24
-15
lines changed

.github/workflows/format.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Format
33
on:
44
push:
55
paths:
6-
- 'utils/**'
6+
- 'CollaborativeCoding/**'
77
pull_request:
88
paths:
9-
- 'utils/**'
9+
- 'CollaborativeCoding/**'
1010

1111
jobs:
1212
format:
@@ -28,8 +28,8 @@ jobs:
2828
2929
- name: Run Ruff check
3030
run: |
31-
ruff check utils/
31+
ruff check CollaborativeCoding/
3232
3333
- name: Run isort check
3434
run: |
35-
isort --check-only utils/
35+
isort --check-only CollaborativeCoding/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)