11
0
Fork 0
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:
Wagner Santos 2024-03-28 15:54:11 -03:00
parent e15adf3661
commit cae25ddc80
6 changed files with 90 additions and 9 deletions

View file

@ -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 /