Skip to content

Commit 020033d

Browse files
committed
[ci] enabled qa checks
1 parent 896ae40 commit 020033d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pyatlan-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ jobs:
106106
- name: Install dependencies
107107
run: uv sync --group dev
108108

109-
# - name: QA checks (ruff-format, ruff-lint, mypy)
110-
# run: uv run ./qa-checks
109+
- name: QA checks (ruff-format, ruff-lint, mypy)
110+
run: uv run ./qa-checks
111111

112112
- name: Run unit tests
113113
env: # Test tenant environment variables

0 commit comments

Comments
 (0)