Skip to content

CI Build and Test #1831

CI Build and Test

CI Build and Test #1831

Workflow file for this run

name: CI Build and Test
run-name: "CI Build and Test"
permissions:
contents: read
on:
pull_request:
push:
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/ci_build.yml
test:
uses: ./.github/workflows/tox.yml
linter:
needs: [build]
uses: ./.github/workflows/azdev_linter.yml