Skip to content

feat: Bump gpu-operator to v24.6.2 #7081

feat: Bump gpu-operator to v24.6.2

feat: Bump gpu-operator to v24.6.2 #7081

Workflow file for this run

name: Lint
on:
pull_request:
types:
- opened
- reopened
- synchronize
- labeled
permissions:
contents: read
jobs:
pre-commit:
runs-on:
- self-hosted
- small
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install NIX
uses: cachix/install-nix-action@V28
- name: Install devbox
uses: jetify-com/[email protected]
with:
enable-cache: true
skip-nix-installation: true
- name: Run pre-commit
env:
MAGEFILE_VERBOSE: true
run: devbox run -- ./mage lint:precommit