Skip to content

chore: bump pyright from 1.1.392.post0 to 1.1.393 #1210

chore: bump pyright from 1.1.392.post0 to 1.1.393

chore: bump pyright from 1.1.392.post0 to 1.1.393 #1210

Workflow file for this run

name: Main workflow
permissions:
contents: read
packages: write
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
python-lint:
uses: ./.github/workflows/python-lint.yaml
go-unit-test:
uses: ./.github/workflows/go-unittest.yaml
go-vet:
uses: ./.github/workflows/go-vet.yaml
go-lint:
uses: ./.github/workflows/go-lint.yaml
go-sec:
uses: ./.github/workflows/go-sec.yaml
rock-build:
needs: [go-unit-test, go-vet, go-lint]
uses: ./.github/workflows/rock-build.yaml
integration-tests:
needs: [go-unit-test, go-vet, go-lint, rock-build]
uses: ./.github/workflows/integration-tests.yaml