Commit graph

117 commits

Author SHA1 Message Date
svartalf
2c42f22fe4 Typo in the example workflow 2019-09-18 12:56:41 +03:00
svartalf
16f1ea2210
Merge pull request #3 from actions-rs/dependabot/npm_and_yarn/ts-jest-24.1.0
Bump ts-jest from 24.0.2 to 24.1.0
2019-09-16 20:15:27 +03:00
svartalf
e2d210d7c8 Link to the recipes 2019-09-16 10:37:57 +03:00
svartalf
d53fa3b377 Funding link 2019-09-16 10:36:16 +03:00
dependabot-preview[bot]
f7ad9fc10a
Bump ts-jest from 24.0.2 to 24.1.0
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 24.0.2 to 24.1.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v24.0.2...v24.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-15 21:40:01 +00:00
svartalf
29ddb16b37
Typo 2019-09-15 12:22:59 +03:00
svartalf
ae10961054 Fix for cross installation.
Do not exit immediately, if cross usage is required, but cross executable was not found before the installation.
2019-09-15 12:19:07 +03:00
svartalf
eadeb9d8b9 Release v1.0.0 2019-09-15 11:47:03 +03:00
svartalf
0deeed314b Checking that cargo executable is installed and available (#2) 2019-09-15 09:15:51 +03:00
svartalf
b08fe239f7 Using system Rust to install cross.
As the cross requires recent enough Rust and cwd might be overriden to use old one toolchain, switching cwd temporary to install cross.
2019-09-14 23:55:47 +03:00
svartalf
363c0a8f33
Gitter badge 2019-09-14 20:42:21 +03:00
svartalf
40cbaa365c Smarter args parser and a few debug messages 2019-09-13 22:45:36 +03:00
svartalf
de5e75cc84 Installing specific cross revision from git (see #1) 2019-09-13 21:34:47 +03:00
svartalf
4630dea632 Hardcode cross version (0.1.14) due to cross bugs in a newer version 2019-09-13 10:31:41 +03:00
svartalf
9feb414324
Update README.md 2019-09-13 00:21:16 +03:00
svartalf
d73b4029fd Passing command input to the cargo invocation 2019-09-13 00:13:57 +03:00
svartalf
7562f78615 Initial commit 2019-09-12 23:48:44 +03:00