diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/github-actions.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 0fcb6bf..27048f7 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -15,11 +15,11 @@ jobs: os: 'ubuntu-latest' - name: 'mypy' python: '3.11' - command: 'uv run mypy edify' + command: 'uv run mypy edify tools' os: 'ubuntu-latest' - name: 'pyright' python: '3.11' - command: 'uv run pyright edify' + command: 'uv run pyright' os: 'ubuntu-latest' - name: 'public-surface' python: '3.11' |
