Skip to content

Update python SDK for 2023-04-01-preview API #6

Update python SDK for 2023-04-01-preview API

Update python SDK for 2023-04-01-preview API #6

name: Style and Lint Check
on:
pull_request:
types: [opened]
jobs:
build_aosm:
runs-on: ubuntu-latest
container: mcr.microsoft.com/azure-cli/tools:latest
permissions: write-all
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Check Style
run: azdev style aosm
- name: Check Linting
run: azdev linter aosm