wagoid
|
5463926c07
|
feat: update dependencies that needed to switch to ESM syntax
Some packages were updated to versions that now use ECMAScript modules,
so this repo was updated to use ES modules using Node.js built-in support.
Update was done using the great guide from @sindresorhus:
https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
|
2021-07-07 15:17:00 -03:00 |
|
wagoid
|
de51303046
|
feat: add support for pull_request_target event
Previously, the action was treating pull_request_target event as a regular push,
which was causing some issues.
|
2021-04-05 09:13:29 -03:00 |
|
Wagner Santos
|
51913c302c
|
style: add eslint to the project
The config is based on airbnb shared config, with some rules that work better with the project.
|
2021-02-18 14:43:25 -03:00 |
|
Wagner Santos
|
25a8edceb7
|
refactor: move action files to src folder
|
2020-08-02 06:42:21 -03:00 |
|