Commit Graph

  • ea0dd28ea7 Clean up/respond to feedback Danny McCormick 2019-05-21 14:38:29 -04:00
  • f30996e6bb
    DRY up asserts on process.stdout.write Jonathan Clem 2019-05-21 12:34:47 -04:00
  • 406242718f
    Use a Jest mock to test process.stdout.write Jonathan Clem 2019-05-21 12:27:43 -04:00
  • 11d5a53a98
    Remove environment variables after we set them Jonathan Clem 2019-05-21 12:14:15 -04:00
  • c3ed3b105f
    Fix namespace use in core.ts Jonathan Clem 2019-05-21 12:03:13 -04:00
  • 062a6bb046
    Use ExitCode from @actions/exit Jonathan Clem 2019-05-21 12:00:23 -04:00
  • 90008fc46b
    Use ES imports Jonathan Clem 2019-05-21 11:46:02 -04:00
  • a52644e6dd
    DRY up core tests Jonathan Clem 2019-05-21 11:23:35 -04:00
  • 4439c53a40
    'use strict' not necessary in TypeScript Jonathan Clem 2019-05-21 11:09:41 -04:00
  • f5d5c79c59
    Fix .tsx typo Jonathan Clem 2019-05-21 11:07:42 -04:00
  • c999afbce1
    Add links to code in package READMEs Jonathan Clem 2019-05-21 11:05:50 -04:00
  • 978b6e02dd
    Fix ESLint errors Jonathan Clem 2019-05-21 10:54:28 -04:00
  • 451bb07ec4
    Run npm run lint -- --fix Jonathan Clem 2019-05-21 10:51:22 -04:00
  • 4090b77772
    Merge branch 'master' into features/core Jonathan Clem 2019-05-21 10:49:19 -04:00
  • c27c952e65
    Merge pull request #6 from actions/eslint Jonathan Clem 2019-05-21 10:48:19 -04:00
  • a822329e9c
    Add noEmit to check-all Jonathan Clem 2019-05-21 10:45:28 -04:00
  • 1cfd9cc9b7
    Add concurrently and check-all script Jonathan Clem 2019-05-21 10:43:05 -04:00
  • 4fa292edb2
    Add Lint action to main.workflow Jonathan Clem 2019-05-21 10:36:00 -04:00
  • 20f0d3983a
    Add ESLint Jonathan Clem 2019-05-21 10:34:23 -04:00
  • 3bb3f36a03
    Merge branch 'master' into features/core Jonathan Clem 2019-05-21 10:18:33 -04:00
  • 70a281f107
    Add .prettierignore Jonathan Clem 2019-05-21 10:11:44 -04:00
  • 3ca580438b
    Format lib.test.ts Jonathan Clem 2019-05-21 10:11:39 -04:00
  • 0f12556586
    Fix formatter to check all TypeScript Jonathan Clem 2019-05-21 10:09:24 -04:00
  • 97c1e7df5a Run linter Danny McCormick 2019-05-20 19:17:56 -04:00
  • 618a7ec0f8
    Change npm format to format-check and add format command Jonathan Clem 2019-05-20 11:21:45 -04:00
  • e6cc6dc147 Finish test suite Danny McCormick 2019-05-17 14:12:54 -04:00
  • 2e729086fa spec update Bryan MacFarlane 2019-05-17 10:38:16 -04:00
  • aa10eecbb0 Merge branch 'features/core' of https://github.com/actions/toolkit into features/core Danny McCormick 2019-05-17 10:31:28 -04:00
  • 5f31b6acfc Add tests, getInput should be case-insensitive and trim output Danny McCormick 2019-05-17 10:31:07 -04:00
  • 792122be54 update specs Bryan MacFarlane 2019-05-17 10:29:35 -04:00
  • 7c079ef90d Merge branch 'features/core' of https://github.com/actions/toolkit into features/core Danny McCormick 2019-05-17 10:25:59 -04:00
  • a526749ce9 Add tests Danny McCormick 2019-05-17 10:23:39 -04:00
  • a97380e90d update inputs and variables Bryan MacFarlane 2019-05-17 10:23:01 -04:00
  • d7423efd98 spec update Bryan MacFarlane 2019-05-17 10:04:20 -04:00
  • 2697357344 Spec for tool config apis (#3) Bryan MacFarlane 2019-05-16 18:45:34 -07:00
  • 780a5985b4 starting on core Bryan MacFarlane 2019-05-16 23:36:45 -04:00
  • 2bd641ee75
    Spec for tool config apis (#3) Bryan MacFarlane 2019-05-16 18:45:34 -07:00
  • 917c389219 Match core to spec (still work to do) Danny McCormick 2019-05-16 17:16:39 -04:00
  • 5f66339fde Add Bryan's core code Danny McCormick 2019-05-16 16:40:21 -04:00
  • 1073897ccb
    Fix numbering in README Jonathan Clem 2019-04-22 12:02:40 -04:00
  • 2458937442
    Add npm run create-package to scripts in README Jonathan Clem 2019-04-22 11:56:24 -04:00
  • d3cfce8cf0
    Simplify package creation Jonathan Clem 2019-04-22 11:54:05 -04:00
  • 9ef78f1807
    Update README.md Jonathan Clem 2019-04-22 11:46:37 -04:00
  • a26c57109e
    Update README.md Jonathan Clem 2019-04-22 11:46:19 -04:00
  • 32a1c14007
    Add lerna bootstrap to main.workflow Jonathan Clem 2019-04-20 11:07:55 -04:00
  • 7343633101
    Fix Compile/Dependencies needs in main.workflow Jonathan Clem 2019-04-20 11:01:43 -04:00
  • 39e21d45c8
    Add build step to workflow file Jonathan Clem 2019-04-20 11:00:36 -04:00
  • 8d559d0a09
    Fix prettier script file glob to ignore compiled code Jonathan Clem 2019-04-20 10:59:24 -04:00
  • 80afb0ab88
    Update README.md Jonathan Clem 2019-04-20 10:56:56 -04:00
  • b3e79eb868
    Make use of @actions/exit in @actions/toolkit Jonathan Clem 2019-04-20 10:54:42 -04:00
  • cca9523c73
    Add the "@actions/exit" package Jonathan Clem 2019-04-20 10:52:56 -04:00
  • 1e32709630
    Add license files Jonathan Clem 2019-04-20 10:38:10 -04:00
  • 4e7d45abe0
    Add requiredEnv config for Toolkit Jonathan Clem 2019-04-19 17:27:40 -04:00
  • 4381229e80
    Add a token property to Toolkit Jonathan Clem 2019-04-19 17:06:06 -04:00
  • 39f7667028
    Add Toolkit class w/logging & exits Jonathan Clem 2019-04-19 17:00:42 -04:00
  • d90e9d7582
    Remove ESLint (still not compatible enough with TypeScript tooling) Jonathan Clem 2019-04-19 17:00:31 -04:00
  • e3911754c1
    Rename packages/github to packages/toolkit Jonathan Clem 2019-04-19 15:52:23 -04:00
  • 79a070cdc8
    Use "ci" not "install" to install dependencies in actions Jonathan Clem 2019-04-19 15:46:22 -04:00
  • 3e32975625
    Add ESLint and Prettier tooling Jonathan Clem 2019-04-19 15:35:44 -04:00
  • 37e19115be
    Add a workflow for running tests Jonathan Clem 2019-04-19 15:23:03 -04:00
  • f026c43b81
    Add working Jest & TypeScript config Jonathan Clem 2019-04-19 15:15:34 -04:00
  • 97bc7918f4
    Add a placeholder GitHub package Jonathan Clem 2019-04-19 14:53:42 -04:00
  • a044bf542b
    Add a placeholder README.md file Jonathan Clem 2019-04-19 14:31:02 -04:00
  • 8446e3b247
    Initialize a Lerna project Jonathan Clem 2019-04-19 14:29:24 -04:00