Skip to content

build(deps): bump docker/login-action from 3.7.0 to 4.0.0 #1011

build(deps): bump docker/login-action from 3.7.0 to 4.0.0

build(deps): bump docker/login-action from 3.7.0 to 4.0.0 #1011

Workflow file for this run

on:
push:
pull_request:
name: Type checker
jobs:
test:
name: pyright
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v6
with:
python-version: '3.10'
- run: pip install -e .[gui]
- uses: jakebailey/pyright-action@v3
with:
version: 1.1.318