Commit Graph

54 Commits

Author SHA1 Message Date
Héctor Ramón
e0938bab41
Merge pull request #16 from CryZe/patch-1
Fix cargo-fmt problem matcher
2020-01-21 23:28:25 +01:00
Christopher Serr
1a7e265421
Fix cargo-fmt problem matcher
Turns out that it doesn't work because it only accepts single digit lines.
2020-01-21 18:16:04 +01:00
Héctor Ramón Jiménez
4db48f1364 Fix README 2020-01-06 04:33:59 +01:00
Héctor Ramón
adc78be0c3
Merge pull request #14 from softprops/problem-matchers
introducing problem matchers
2020-01-06 04:31:11 +01:00
Héctor Ramón Jiménez
5cc11d3868 Merge branch 'master' into problem-matchers 2020-01-06 04:25:25 +01:00
Héctor Ramón
8c8b9bc654
Merge pull request #15 from softprops/ncc-packaging
prefer ncc for packaging
2020-01-06 04:20:57 +01:00
Héctor Ramón Jiménez
b538d76c41 Update package-lock.json 2020-01-06 04:18:13 +01:00
softprops
87a4f82fda drop node_modules, ncc replaces the need for this 2020-01-05 20:58:20 -05:00
softprops
7c08eb9fd2 prefer ncc for packaging 2020-01-05 20:55:39 -05:00
softprops
93e7ede059 correct lang 2020-01-05 20:40:14 -05:00
softprops
64bce4b041 introducing problem matchers 2020-01-05 20:34:10 -05:00
Héctor Ramón
a6bcfcc41f
Merge pull request #11 from Osspial/windows-uninstall-default-stable
Remove default stable install on Windows
2019-12-04 19:50:04 +01:00
Osspial
de871ef0a4 Use filesystem to check if operation has been run 2019-12-04 02:34:45 -05:00
Osspial
468970f930 Try using environment variables 2019-12-04 02:25:23 -05:00
Osspial
69d806023a Try something really dirty 2019-12-04 02:09:29 -05:00
Osspial
95a77582bb Uninstall the default profile on Windows 2019-12-04 00:53:48 -05:00
Héctor Ramón
a82cf6be2a
Merge pull request #10 from softprops/better-docs
document inputs in readme
2019-10-28 00:17:25 +01:00
Héctor Ramón
b4729155d8
Capitalize "Inputs" title in README 2019-10-28 00:16:53 +01:00
softprops
08b1f17ad0 document inputs in readme 2019-10-27 19:03:46 -04:00
Héctor Ramón
ffd46aa513
Merge pull request #9 from hecrj/use-toolchain-install
Use toolchain install instead of multiple commands
2019-10-27 20:06:30 +01:00
Héctor Ramón Jiménez
0a43bd17a0 Set rustup profile to minimal when already present 2019-10-27 20:03:19 +01:00
Héctor Ramón Jiménez
43013c6795 Use toolchain install instead of multiple commands 2019-10-27 19:40:00 +01:00
Héctor Ramón
1cba3cf86a
Merge pull request #8 from softprops/self-update
update rustup before for reliable nightly toolchain tool availability
2019-10-27 18:30:23 +01:00
softprops
29e528e000 update rustup as part of install step 2019-10-27 01:14:57 -04:00
softprops
49a71e44df update rustup before for reliable nightly toolchain tool availability 2019-10-26 17:01:41 -04:00
Héctor Ramón
cfe784a387
Merge pull request #6 from kegesch/master
Selection of new rustup profile minimal introduced with rustup version 1.20.0
2019-10-15 14:24:03 +02:00
Jonas Geschke
5aca3d29d9 added selection of new rustup profile minimal introduced with rustup
version 1.20.0
2019-10-15 10:50:49 +02:00
Héctor Ramón Jiménez
aa4d8a0338 Check targets in integration test 2019-09-18 17:40:33 +02:00
Héctor Ramón
7dde178219
Merge pull request #5 from softprops/add-targets
add support for adding rustup targets
2019-09-18 17:31:06 +02:00
softprops
49b5332253 include targets in test 2019-09-19 00:15:56 +09:00
softprops
28ee781be8 add support for adding rustup targets 2019-09-19 00:08:24 +09:00
Héctor Ramón Jiménez
be97511df1 Update README 2019-09-04 13:26:22 +02:00
Héctor Ramón
b6dfb72c93
Merge pull request #2 from hecrj/feature/components
Add `components` support as an input
2019-09-04 13:23:32 +02:00
Héctor Ramón Jiménez
f4d4827168 Add components support as an input 2019-09-04 13:22:46 +02:00
Héctor Ramón Jiménez
aadd26abab Create FUNDING.yml 2019-09-04 12:36:43 +02:00
Héctor Ramón Jiménez
c5a5a96a02 Test every day at 00:00 UTC 2019-08-22 01:03:25 +02:00
Héctor Ramón Jiménez
79a733605c Fix typo in action.yml 2019-08-16 03:38:53 +02:00
Héctor Ramón Jiménez
6a227682ef Fix incomplete comment 2019-08-16 03:16:52 +02:00
Héctor Ramón Jiménez
ebb6752c14 Improve action.yml 2019-08-16 03:00:14 +02:00
Héctor Ramón Jiménez
a3cabb4dc1 Update package.json 2019-08-16 02:18:21 +02:00
Héctor Ramón Jiménez
d70a4279cf Clean up in general 2019-08-16 02:16:04 +02:00
Héctor Ramón Jiménez
b6def3913c Check rustup default output 2019-08-16 02:00:19 +02:00
Héctor Ramón Jiménez
3516e2dd6b Update README 2019-08-16 01:49:38 +02:00
Héctor Ramón Jiménez
a787c96d4a Remove __tests__ folder 2019-08-16 01:48:58 +02:00
Héctor Ramón Jiménez
ce25466c7a Update README and perform some cleanup 2019-08-16 01:43:28 +02:00
Héctor Ramón Jiménez
5e61fdf6fd Await properly for commands to finish 2019-08-15 23:32:28 +02:00
Héctor Ramón Jiménez
c5f5da5693 Update to ensure latest version of toolchain 2019-08-15 23:30:48 +02:00
Héctor Ramón Jiménez
7b201a613e Install rustup only on MacOS 2019-08-15 23:23:16 +02:00
Héctor Ramón Jiménez
cd0149be15 Fix rustup installation on Windows 2019-08-15 23:13:32 +02:00
Héctor Ramón Jiménez
91aec57b90 Draft initial implementation 2019-08-15 22:10:41 +02:00