diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 9c70f04..1ba15e6 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -22,6 +22,9 @@ jobs: - name: Install ruff run: pipx install ruff + - name: Install basedpyright + run: pipx install basedpyright + - name: Install prettier run: npm install -g prettier@3 |
