Skip to content

Commit 0826b0d

Browse files
authored
Update workflow.yml
1 parent abaea05 commit 0826b0d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
- name: npm ci
2929
run: npm ci
3030

31-
- name: Lint
32-
run: npm run format-check
33-
3431
- uses: actions/checkout@v3
3532
- name: Install poetry
3633
run: pipx install poetry==1.1.15
@@ -40,5 +37,4 @@ jobs:
4037
python-version: '3.9'
4138
cache: 'poetry'
4239
- run: poetry install
43-
- run: poetry run pytest
4440

0 commit comments

Comments
 (0)