Skip to content

Add hwloc for building NeMo #29601

Add hwloc for building NeMo

Add hwloc for building NeMo #29601

Workflow file for this run

name: Wolfictl Lint
on:
pull_request:
branches: ['main']
push:
branches:
- gh-readonly-queue/main/**
jobs:
lint:
name: Wolfictl Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Lint
id: lint
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:e543df7f8b2e4746d48cca924fc51190b3d04cbf64453c9587e4ee6a1823c108
with:
entrypoint: wolfictl
args: lint --skip-rule no-makefile-entry-for-package
- name: Enforce YAML formatting
id: lint-yaml
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:e543df7f8b2e4746d48cca924fc51190b3d04cbf64453c9587e4ee6a1823c108
with:
entrypoint: wolfictl
args: lint yam