Skip to content

nvidia-470-glx-driver: Update to 470.256.02 #3231

nvidia-470-glx-driver: Update to 470.256.02

nvidia-470-glx-driver: Update to 470.256.02 #3231

Workflow file for this run

---
name: Package Lint
on:
pull_request:
paths:
- packages/**
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
Checks:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: common/CI/package_checks.py --base=origin/${{ github.event.pull_request.base.ref }}