e140b300bb
Bump almalinux9 image tags to 20260606 Reviewed-on: #471 Co-authored-by: Ben Vincent <ben@unkin.net> Co-committed-by: Ben Vincent <ben@unkin.net>
19 lines
412 B
YAML
19 lines
412 B
YAML
when:
|
|
- event: pull_request
|
|
|
|
steps:
|
|
- name: yamllint
|
|
image: git.unkin.net/unkin/almalinux9-base:20260606
|
|
commands:
|
|
- uvx pre-commit run --all-files --config ci/yamllint.yaml
|
|
backend_options:
|
|
kubernetes:
|
|
serviceAccountName: default
|
|
resources:
|
|
requests:
|
|
memory: 512Mi
|
|
cpu: 1
|
|
limits:
|
|
memory: 2Gi
|
|
cpu: 1
|