Skip to content

Build: Replace NGC ZIP archive HTTPS downloads with NGC CLI #2598

Build: Replace NGC ZIP archive HTTPS downloads with NGC CLI

Build: Replace NGC ZIP archive HTTPS downloads with NGC CLI #2598

Workflow file for this run

name: Check linting
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [main, holoscan-sdk-lws2]
jobs:
check-lint:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Dependencies
run: sudo ./run install_lint_deps
- name: Run linter
run: ./run lint