Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
run: poetry install --all-extras
- name: Run twine check
run: rm -f LICENSE.txt && poetry build && poetry run twine check dist/*.tar.gz
- name: Set up Docker
uses: docker/setup-docker-action@v4
- name: Run tests
run: make core/tests
- name: Rename coverage file
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ name: lint
on:
push:
branches: [main]
paths: &push_paths
- "**/*.py"
pull_request:
branches: [main]
paths: *push_paths

jobs:
python:
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/docs.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
types:
- opened
- edited
- synchronize

permissions:
pull-requests: read
Expand Down