Skip to content

chore(deps): bump azure-identity from 1.5.0 to 1.16.1 in /archive/e2e_samples/dataset_versioning/sql/data_generator #752

chore(deps): bump azure-identity from 1.5.0 to 1.16.1 in /archive/e2e_samples/dataset_versioning/sql/data_generator

chore(deps): bump azure-identity from 1.5.0 to 1.16.1 in /archive/e2e_samples/dataset_versioning/sql/data_generator #752

Workflow file for this run

name: Yaml Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
yml-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Run yaml lint
run: |
pip install yamllint
yamllint .github/workflows/*.yml -d "{extends: default, rules: {document-start: disable, line-length: disable, truthy: disable, indentation: {spaces: 2, indent-sequences: false}}}"