mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-04-07 10:06:55 +00:00
fix: fix backwards compatibility with people using commitlint.config.js
This commit is contained in:
parent
e15adf3661
commit
cae25ddc80
6 changed files with 90 additions and 9 deletions
|
|
@ -12,7 +12,7 @@ FROM node:20.9.0-alpine3.17
|
|||
|
||||
RUN apk --no-cache add git
|
||||
|
||||
COPY --from=build dist/run.mjs /run.mjs
|
||||
COPY --from=build dist/run.js /run.js
|
||||
|
||||
COPY package*.json /
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue