Commit Graph

249 Commits

Author SHA1 Message Date
Ross Brodbeck fbd482b8d3 fixup source map 2020-07-20 07:09:12 -04:00
Ross Brodbeck c0941600fa
Fix formatting, whitespace, markdownlint (#9) (#40)
Co-authored-by: Frieder Bluemle <frieder.bluemle@gmail.com>
2020-07-20 07:08:15 -04:00
dependabot[bot] b447b178e1
Bump eslint from 7.4.0 to 7.5.0 (#39)
Bumps [eslint](https://github.com/eslint/eslint) from 7.4.0 to 7.5.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.4.0...v7.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-20 07:03:36 -04:00
Ross Brodbeck 4be183afbd
Use main instead of master in the readme 2020-07-17 08:53:37 -04:00
Ross Brodbeck 53eafced66
run tests on main instead of master 2020-07-17 08:53:12 -04:00
Ross Brodbeck 82c9978d8c
Bump checkout version 2020-07-17 08:51:46 -04:00
dependabot[bot] 02d8f06488
Bump @actions/core from 1.1.1 to 1.2.4 (#38)
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.1 to 1.2.4.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/master/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 08:50:21 -04:00
Ross Brodbeck 7e6d5ca343
Add basic dependabot config (#37) 2020-07-17 08:48:19 -04:00
dependabot[bot] 9c3d869495
Bump lodash from 4.17.15 to 4.17.19 (#35)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 08:41:17 -04:00
horo ea496c8572
fix: setting process.env to child_pocess (#24) 2020-07-17 08:38:22 -04:00
Ross Brodbeck 16ddff4fe0
Fixes up issues with the template (#36)
* #27 remove console.log
* #16 change author to empty
* #30 maintain this repo 😄 
* #8 jest update for eslint
* update dependencies
* #22 generate source maps
* #21 use prepare instead of package
* add `npm run all` to run everything
2020-07-17 08:34:34 -04:00
Ross Brodbeck 89ae381fbe
Merge pull request #23 from actions/dependabot/npm_and_yarn/acorn-5.7.4
Bump acorn from 5.7.3 to 5.7.4
2020-07-17 07:54:51 -04:00
dependabot[bot] 81c612ca57
Bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-06 10:29:23 +00:00
Bryan MacFarlane 5eabdae304
Merge pull request #15 from fregante/patch-1
Actually await the promise returned by wait.js
2020-02-17 20:42:16 -05:00
Federico Brigante 5fc9bf9e92
Actually await wait.js 2020-02-15 21:37:13 +08:00
Bryan MacFarlane c4da6cbeb3 update readme badge 2019-12-07 10:51:29 -08:00
Bryan MacFarlane 33a61e5e78
Merge pull request #13 from actions/twojobs
split into two jobs for better testing
2019-12-07 10:49:22 -08:00
Bryan MacFarlane 07caa9db18 split into two jobs for better testing 2019-12-07 10:46:15 -08:00
Bryan MacFarlane 86347f385e update incorrect .gitignore comment 2019-11-15 09:36:34 -05:00
Bryan MacFarlane 5cd62f0ad8 readme tweak 2019-10-22 22:50:26 -04:00
Bryan MacFarlane d080a47b66
Merge pull request #5 from actions/pkgaction
Package action and do not checkin node_modules in any branch
2019-10-22 22:26:04 -04:00
Bryan MacFarlane e4a2aaba52 PR feedback 2019-10-22 22:13:09 -04:00
Bryan MacFarlane 1f8ff94664 PR feedback 2019-10-22 22:09:30 -04:00
Bryan MacFarlane b2ef94412d pkg action 2019-10-22 21:51:21 -04:00
Bryan MacFarlane a2b6fc15fd rename workflow 2019-09-26 20:30:18 -04:00
Bryan MacFarlane 81162dcb01 add badge 2019-09-26 20:20:41 -04:00
Bryan MacFarlane 7d08020091 remove comment 2019-09-23 00:28:12 -04:00
Bryan MacFarlane 6926e6e8e0 update gitignore 2019-09-22 08:45:19 -04:00
Bryan MacFarlane 0a902f2c6a
Merge pull request #4 from wesleytodd/use-local
Use local action in tests and run verification on master
2019-09-22 06:52:07 -04:00
Bryan MacFarlane 88e04bee23
Merge branch 'master' into use-local 2019-09-22 06:48:39 -04:00
Bryan MacFarlane 54d1b4fa35 test.yml runs local action 2019-09-22 06:41:36 -04:00
Bryan MacFarlane 0253e53637 update deps 2019-09-20 07:52:17 -04:00
Bryan MacFarlane 8229500967 update gitignore 2019-09-20 07:47:55 -04:00
Wes Todd cd1291cce1 feat: use local action in tests 2019-09-11 12:14:15 -07:00
Bryan MacFarlane d7bc8bf48b update readme 2019-09-11 09:14:34 -04:00
Bryan MacFarlane 0661c3ca0d
Merge pull request #2 from actions/action-yml
Rename actions.yml to action.yml
2019-09-11 09:12:54 -04:00
Jason Etcovitch a04e3e4042
Rename actions.yml to action.yml 2019-09-11 09:11:33 -04:00
Bryan MacFarlane d2f5ae2045 readme 2019-09-11 03:12:35 -04:00
Bryan MacFarlane 75bb730f32 readme 2019-09-11 03:09:23 -04:00
Bryan MacFarlane 742dcaa226 readme 2019-09-11 03:08:58 -04:00
Bryan MacFarlane 8d60eca235 update readme 2019-09-11 02:54:14 -04:00
Bryan MacFarlane c80059f1f0 update readme 2019-09-11 02:50:55 -04:00
Bryan MacFarlane 6bc1a918ac update readme 2019-09-11 02:49:27 -04:00
Bryan MacFarlane 2d38b3d1f8 update readme 2019-09-11 02:48:04 -04:00
Bryan MacFarlane 22bde10b21 update readme 2019-09-11 02:42:43 -04:00
Bryan MacFarlane db9d707eee readme changes 2019-09-11 02:25:29 -04:00
Bryan MacFarlane 886d77802f start readme 2019-09-11 02:21:19 -04:00
Bryan MacFarlane 198d21cc29 starting... 2019-09-11 01:44:28 -04:00
Bryan MacFarlane 331b42dfcc
Initial commit 2019-09-10 08:11:44 -04:00