Skip to content

Bump Azure.Identity from 1.9.0 to 1.10.2 in /cloud_connectors/azure/digital_twins_connector/src/core #35

Bump Azure.Identity from 1.9.0 to 1.10.2 in /cloud_connectors/azure/digital_twins_connector/src/core

Bump Azure.Identity from 1.9.0 to 1.10.2 in /cloud_connectors/azure/digital_twins_connector/src/core #35

Workflow file for this run

name: Check Spelling
on:
pull_request:
branches:
- main
jobs:
check_spelling:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install spell
run: sudo apt-get install -y spell
- name: Check spelling
run: |
./tools/check_spelling.sh .
shell: bash