Skip to content

Updated the datasource for NVML #5042

Updated the datasource for NVML

Updated the datasource for NVML #5042

Workflow file for this run

name: Lint Yaml
on:
pull_request:
paths:
- "**.yml"
- "**.yaml"
jobs:
lint-yaml-files:
name: Lint YAML Files
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Run yamllint
run: |
yamllint -f parsable -c ./.config/yamllint/config.yml .