Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee5690d661 |
@@ -11,7 +11,7 @@ repos:
|
||||
- id: docker-build
|
||||
name: docker build
|
||||
language: system
|
||||
entry: docker build -t artifactapi:pre-commit-test .
|
||||
entry: buildah bud -t artifactapi:pre-commit-test .
|
||||
pass_filenames: false
|
||||
files: ^(Dockerfile|\.dockerignore|pyproject\.toml|src/)
|
||||
stages: [pre-commit]
|
||||
|
||||
@@ -5,4 +5,5 @@ steps:
|
||||
- name: pre-commit
|
||||
image: git.unkin.net/unkin/almalinux9-base:20260308
|
||||
commands:
|
||||
- dnf install -y buildah
|
||||
- uvx pre-commit run --all-files
|
||||
|
||||
Reference in New Issue
Block a user