Skip to content

Change docs ci container to ubuntu latest to ensure make is present #667

Change docs ci container to ubuntu latest to ensure make is present

Change docs ci container to ubuntu latest to ensure make is present #667

Workflow file for this run

name: nv-ingest pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]