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:
parent
550792f0ca
commit
25a8edceb7
7 changed files with 3 additions and 3 deletions
|
|
@ -6,5 +6,5 @@ action.yml
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
coverage
|
coverage
|
||||||
fixtures
|
fixtures
|
||||||
action.test.js
|
src/action.test.js
|
||||||
testUtils.js
|
src/testUtils.js
|
||||||
|
|
|
||||||
2
run.js
2
run.js
|
|
@ -1,3 +1,3 @@
|
||||||
const action = require('./action')
|
const action = require('./src/action')
|
||||||
|
|
||||||
action()
|
action()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue