5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00

refactor: move action files to src folder

This commit is contained in:
Wagner Santos 2020-07-21 05:48:25 -03:00
parent 550792f0ca
commit 25a8edceb7
7 changed files with 3 additions and 3 deletions

View file

@ -6,5 +6,5 @@ action.yml
CHANGELOG.md
coverage
fixtures
action.test.js
testUtils.js
src/action.test.js
src/testUtils.js

2
run.js
View file

@ -1,3 +1,3 @@
const action = require('./action')
const action = require('./src/action')
action()