1
0
Fork 0

Commit Graph

  • 4090b77772
    Merge branch 'master' into features/core Jonathan Clem 2019-05-21 10:49:19 -0400
  • c27c952e65
    Merge pull request #6 from actions/eslint Jonathan Clem 2019-05-21 10:48:19 -0400
  • a822329e9c
    Add noEmit to check-all Jonathan Clem 2019-05-21 10:45:28 -0400
  • 1cfd9cc9b7
    Add concurrently and check-all script Jonathan Clem 2019-05-21 10:43:05 -0400
  • 4fa292edb2
    Add Lint action to main.workflow Jonathan Clem 2019-05-21 10:36:00 -0400
  • 20f0d3983a
    Add ESLint Jonathan Clem 2019-05-21 10:34:23 -0400
  • 3bb3f36a03
    Merge branch 'master' into features/core Jonathan Clem 2019-05-21 10:18:33 -0400
  • 70a281f107
    Add .prettierignore Jonathan Clem 2019-05-21 10:11:44 -0400
  • 3ca580438b
    Format lib.test.ts Jonathan Clem 2019-05-21 10:11:39 -0400
  • 0f12556586
    Fix formatter to check all TypeScript Jonathan Clem 2019-05-21 10:09:24 -0400
  • 97c1e7df5a Run linter Danny McCormick 2019-05-20 19:17:56 -0400
  • 618a7ec0f8
    Change npm format to format-check and add format command Jonathan Clem 2019-05-20 11:21:45 -0400
  • 47cd43c744 Add io lib Danny McCormick 2019-05-17 16:22:59 -0400
  • e6cc6dc147 Finish test suite Danny McCormick 2019-05-17 14:12:54 -0400
  • 2e729086fa spec update Bryan MacFarlane 2019-05-17 10:38:16 -0400
  • aa10eecbb0 Merge branch 'features/core' of https://github.com/actions/toolkit into features/core Danny McCormick 2019-05-17 10:31:28 -0400
  • 5f31b6acfc Add tests, getInput should be case-insensitive and trim output Danny McCormick 2019-05-17 10:31:07 -0400
  • 792122be54 update specs Bryan MacFarlane 2019-05-17 10:29:35 -0400
  • 7c079ef90d Merge branch 'features/core' of https://github.com/actions/toolkit into features/core Danny McCormick 2019-05-17 10:25:59 -0400
  • a526749ce9 Add tests Danny McCormick 2019-05-17 10:23:39 -0400
  • a97380e90d update inputs and variables Bryan MacFarlane 2019-05-17 10:23:01 -0400
  • d7423efd98 spec update Bryan MacFarlane 2019-05-17 10:04:20 -0400
  • 2697357344 Spec for tool config apis (#3) Bryan MacFarlane 2019-05-16 18:45:34 -0700
  • 780a5985b4 starting on core Bryan MacFarlane 2019-05-16 23:36:45 -0400
  • 2bd641ee75
    Spec for tool config apis (#3) Bryan MacFarlane 2019-05-16 18:45:34 -0700
  • 917c389219 Match core to spec (still work to do) Danny McCormick 2019-05-16 17:16:39 -0400
  • 5f66339fde Add Bryan's core code Danny McCormick 2019-05-16 16:40:21 -0400
  • 0968491644 Clarify throwing Danny McCormick 2019-05-16 15:27:40 -0400
  • d74098b20e trailing space Danny McCormick 2019-05-16 15:24:26 -0400
  • fb133f3270 Remove code for now Danny McCormick 2019-05-16 15:22:42 -0400
  • 912cdd371a Respond to feedback on spec Danny McCormick 2019-05-16 15:16:05 -0400
  • a754b960bd
    export => exportVariable Danny McCormick 2019-05-15 14:49:46 -0400
  • 9e8ac81405 Respond to feedback Danny McCormick 2019-05-15 14:13:19 -0400
  • 4916de6b07
    Which should return a promise Danny McCormick 2019-05-15 11:32:08 -0400
  • 8bb81ba3f5
    mkdirP should return promise Danny McCormick 2019-05-15 11:24:45 -0400
  • 1e44e5f5e5 Add package specs Danny McCormick 2019-05-15 09:55:15 -0400
  • df4e88837f creating an initial branch for tool config apis (node-config etc.) Bryan MacFarlane 2019-05-14 16:26:11 -0400
  • 387a1b404d
    Add param doc comments Jonathan Clem 2019-04-22 12:34:16 -0400
  • 0eb83eecb3
    Remove TODO solved by async exit Jonathan Clem 2019-04-22 12:13:58 -0400
  • 8ca02317f1
    Add clarifying documentation for @actions/exit functionality Jonathan Clem 2019-04-22 12:13:20 -0400
  • 1073897ccb
    Fix numbering in README Jonathan Clem 2019-04-22 12:02:40 -0400
  • 2458937442
    Add `npm run create-package` to scripts in README Jonathan Clem 2019-04-22 11:56:24 -0400
  • d3cfce8cf0
    Simplify package creation Jonathan Clem 2019-04-22 11:54:05 -0400
  • 9ef78f1807
    Update README.md Jonathan Clem 2019-04-22 11:46:37 -0400
  • a26c57109e
    Update README.md Jonathan Clem 2019-04-22 11:46:19 -0400
  • da4c1b11fc
    Pass ExitOpts in Exit class's success/neutral methods Jonathan Clem 2019-04-22 11:32:39 -0400
  • 862173d01a
    Use async exit Jonathan Clem 2019-04-22 11:19:43 -0400
  • f4a074b43a
    Make `exit` async w/a sync option Jonathan Clem 2019-04-22 11:19:10 -0400
  • 32a1c14007
    Add `lerna bootstrap` to main.workflow Jonathan Clem 2019-04-20 11:07:55 -0400
  • 7343633101
    Fix Compile/Dependencies needs in main.workflow Jonathan Clem 2019-04-20 11:01:43 -0400
  • 39e21d45c8
    Add build step to workflow file Jonathan Clem 2019-04-20 11:00:36 -0400
  • 8d559d0a09
    Fix prettier script file glob to ignore compiled code Jonathan Clem 2019-04-20 10:59:24 -0400
  • 80afb0ab88
    Update README.md Jonathan Clem 2019-04-20 10:56:56 -0400
  • b3e79eb868
    Make use of @actions/exit in @actions/toolkit Jonathan Clem 2019-04-20 10:54:42 -0400
  • cca9523c73
    Add the "@actions/exit" package Jonathan Clem 2019-04-20 10:52:56 -0400
  • 1e32709630
    Add license files Jonathan Clem 2019-04-20 10:38:10 -0400
  • 4e7d45abe0
    Add requiredEnv config for Toolkit Jonathan Clem 2019-04-19 17:27:40 -0400
  • 4381229e80
    Add a token property to Toolkit Jonathan Clem 2019-04-19 17:06:06 -0400
  • 39f7667028
    Add Toolkit class w/logging & exits Jonathan Clem 2019-04-19 17:00:42 -0400
  • d90e9d7582
    Remove ESLint (still not compatible enough with TypeScript tooling) Jonathan Clem 2019-04-19 17:00:31 -0400
  • e3911754c1
    Rename packages/github to packages/toolkit Jonathan Clem 2019-04-19 15:52:23 -0400
  • 79a070cdc8
    Use "ci" not "install" to install dependencies in actions Jonathan Clem 2019-04-19 15:46:22 -0400
  • 3e32975625
    Add ESLint and Prettier tooling Jonathan Clem 2019-04-19 15:35:44 -0400
  • 37e19115be
    Add a workflow for running tests Jonathan Clem 2019-04-19 15:23:03 -0400
  • f026c43b81
    Add working Jest & TypeScript config Jonathan Clem 2019-04-19 15:15:34 -0400
  • 97bc7918f4
    Add a placeholder GitHub package Jonathan Clem 2019-04-19 14:53:42 -0400
  • a044bf542b
    Add a placeholder README.md file Jonathan Clem 2019-04-19 14:31:02 -0400
  • 8446e3b247
    Initialize a Lerna project Jonathan Clem 2019-04-19 14:29:24 -0400