We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c5bd7 commit f4e6f7cCopy full SHA for f4e6f7c
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: docker/build-push-action@v6
17
id: build
18
with:
19
- file: tests/Dockerfile
+ file: Dockerfile
20
load: true
21
- name: Run ruff check
22
run: docker run --rm ${{ steps.build.outputs.imageid }} poetry run ruff check
0 commit comments