ci: set container for format-check
All checks were successful
Format and Lint / format-check (push) Successful in 4m17s
Format and Lint / test (push) Successful in 1m14s

This commit is contained in:
Максим Слипенко 2025-01-08 15:36:29 +03:00
parent 939f14eb86
commit 8735fdd5ad

View file

@ -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