diff --git a/.forgejo/workflows/format-lint-test.yaml b/.forgejo/workflows/format-lint-test.yaml index 86a0270..70ea705 100644 --- a/.forgejo/workflows/format-lint-test.yaml +++ b/.forgejo/workflows/format-lint-test.yaml @@ -10,6 +10,8 @@ on: jobs: format-check: runs-on: docker + container: + image: ghcr.io/aides-infra/aides-repo-api-test-image:20241231 steps: - name: Checkout Code