ci: set container for format-check
This commit is contained in:
parent
939f14eb86
commit
8735fdd5ad
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue