mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-04-07 10:06:55 +00:00
feat: add commitlint action
This commit is contained in:
parent
083d21442d
commit
5121e00cd0
7 changed files with 2189 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM node:10
|
||||
|
||||
COPY package*.json /
|
||||
|
||||
RUN npm ci --production
|
||||
|
||||
COPY . .
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue