Skip to content

Commit 4eea892

Browse files
authored
Merge pull request #495 from sir-gon/develop
Develop
2 parents d46835f + ba2c50b commit 4eea892

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
os: ["ubuntu-latest"]
1716
node-version: [20.x]
18-
# See supported Node.js release
19-
# schedule at https://nodejs.org/en/about/releases/
17+
# See supported Node.js release schedule
18+
# at https://nodejs.org/en/about/releases/
2019

2120
steps:
2221
- name: Checkout repository

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ CMD ["make", "test", "-e", "{DEBUG}"]
8585
###############################################################################
8686
### In production stage
8787
## in the production phase, "good practices" such as
88-
## WORKSPACE and USER are maintained
88+
## WORKDIR and USER are maintained
8989
##
9090
FROM builder AS production
9191

0 commit comments

Comments
 (0)