Skip to content

Create Hive removal design document #6

Create Hive removal design document

Create Hive removal design document #6

Workflow file for this run

name: ci-python
on:
push:
tags:
- v*
branches:
- master
- azext-aro-*
pull_request:
permissions:
contents: read
jobs:
validate-python:
runs-on: ubuntu-latest
container:
image: registry.access.redhat.com/ubi9/python-311:latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: validate
run: |
make test-python
hack/ci-utils/isClean.sh