From b907c5ad59a642c9263b7daebb4bf7dbec28760d Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Tue, 6 Aug 2024 16:40:04 +0200 Subject: [PATCH] ci: Use container for checking sources --- .github/workflows/lint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 73f57861d..803c6f73f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -61,7 +61,9 @@ jobs: ###################### check-sources: name: Check Sources Up-to-Date - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 + container: + image: ghcr.io/pulp-platform/snitch_cluster:main steps: - uses: actions/checkout@v3 with: