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 4f04017 commit 1663e31Copy full SHA for 1663e31
.github/workflows/docker-image.yml
@@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
9
branches: ["main"]
10
11
env:
12
- IMAGE_NAME: ${{ env.IMAGE_NAME }}
+ IMAGE_NAME: algorithm-exercises-js
13
14
jobs:
15
@@ -34,13 +34,14 @@ jobs:
34
with:
35
name: ${{ env.IMAGE_NAME }}:${{ github.sha }}
36
path: /tmp/${{ env.IMAGE_NAME }}_${{ github.sha }}.tar
37
-
+ # yamllint disable rule:comments-indentation
38
# - name: Lint in Docker image
39
# run: make compose/lint
40
# - name: Test in Docker image
41
# run: make compose/test
42
# - name: Run in Docker image
43
# run: make compose/run
44
+ # yamllint enable rule:comments-indentation
45
46
scan:
47
name: "Snyk Container"
0 commit comments