Skip to content

PVA-Accelerated Video Filtering Application #1520

PVA-Accelerated Video Filtering Application

PVA-Accelerated Video Filtering Application #1520

Workflow file for this run

name: Check linting
on: [push, pull_request]
jobs:
check-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Dependencies
run: ./run install_lint_deps
- name: Run linter
run: ./run lint