Skip to content

Commit f618a2f

Browse files
authored
Merge pull request #32 from ollama/update-actions
update github actions
2 parents 19e7a3d + 354f012 commit f618a2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
python-version: ${{ matrix.python-version }}
1818
cache: poetry
1919
- run: poetry install --with=dev
20-
- run: poetry run ruff --output-format=github .
20+
- run: poetry run ruff check --output-format=github .
21+
- run: poetry run ruff format --check .
2122
- run: poetry run pytest . --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=ollama --cov-report=xml --cov-report=html
2223
- name: check poetry.lock is up-to-date
2324
run: poetry check --lock

0 commit comments

Comments
 (0)