Skip to content

Bump pyright from 1.1.367 to 1.1.369 in /src/api (#152) #81

Bump pyright from 1.1.367 to 1.1.369 in /src/api (#152)

Bump pyright from 1.1.367 to 1.1.369 in /src/api (#152) #81

Workflow file for this run

name: Main
on:
push:
branches: main
jobs:
linting:
uses: ./.github/workflows/linting.yml
build_api:
uses: ./.github/workflows/build_api.yml
needs:
- linting
with:
latest: true
push: true
build_frontend:
uses: ./.github/workflows/build_frontend.yml
needs:
- linting
with:
latest: true
push: true