We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06e2eb commit f60e80cCopy full SHA for f60e80c
.github/workflows/docker-image.yml
@@ -16,12 +16,14 @@ jobs:
16
runs-on: ubuntu-latest
17
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
20
- name: Build the Docker image
21
run: make compose/rebuild
22
- - name: Run static checks in Docker image
+ - name: Lint in Docker image
23
run: make compose/lint
24
- - name: Run test in Docker image
+ - name: Test in Docker image
25
+ run: make compose/test
26
+ - name: Run in Docker image
27
run: make compose/run
28
- name: Tag Docker image
29
run: >
0 commit comments