Skip to content

Remove 'object' from modal dict and queue command descriptions #6867

Remove 'object' from modal dict and queue command descriptions

Remove 'object' from modal dict and queue command descriptions #6867

Workflow file for this run

name: Check
on: push
jobs:
link:
name: Ruff linting
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-cached-python
with:
version: "3.10"
- run: inv lint
type_check:
name: Static type checks
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-cached-python
with:
version: "3.10"
- run: inv protoc
- run: pip install -e . # gets all dependencies and the package itself into python env
- name: Build type stubs
run: inv type-stubs
- run: inv type-check
check-copyright:
name: Check copyright
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-cached-python
with:
version: "3.10"
- run: inv check-copyright