Skip to content

Commit d19bf2c

Browse files
authored
Update CI workflow with new lint image and scripts
Signed-off-by: Camille Dunning <dunningcamille@gmail.com>
1 parent 2ffa677 commit d19bf2c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
timeout-minutes: 10
2323
container:
24-
image: ghcr.io/nvidia/cutile-python/lint:2025-12-06-4cb7d16e4c20
24+
image: ghcr.io/nvidia/cutile-python/lint:2025-12-11-ca8b32e31766
2525
steps:
2626
- name: Checkout repository
2727
uses: actions/checkout@v6
@@ -30,10 +30,10 @@ jobs:
3030
run: flake8
3131

3232
- name: Run cpplint
33-
run: python3 ci/cpplint.py
33+
run: cpplint.py
3434

3535
- name: Check license headers (REUSE)
36-
run: ci/scripts/check_license.sh
36+
run: check_license.sh
3737

3838
- name: Check inline samples are up to date
3939
run: python3 test/tools/inline_samples.py --check

0 commit comments

Comments
 (0)