Skip to content

Commit 936a0f7

Browse files
Adding export plygin
1 parent d93bf72 commit 936a0f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/quality_check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
run: make dev-quality-code
6464
- name: testing export
6565
run: poetry export --format requirements.txt --output requirements.txt
66+
- name: reading export
67+
run: cat requirements.txt
6668
- name: Formatting and Linting
6769
run: make lint
6870
- name: Static type checking

0 commit comments

Comments
 (0)