No description
Find a file
dependabot[bot] aae459b0a0 Bump actions/setup-node from v1 to v2.1.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v1...321b6ccb03083caa2ad22b27dc4b45335212e824)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-11 17:44:34 +02:00
.github Bump actions/setup-node from v1 to v2.1.1 2020-08-11 17:44:34 +02:00
.vscode Make index.js executable 2020-01-03 21:20:26 +01:00
__tests__ Initial changes for setup-android 2020-07-14 17:41:00 +02:00
dist only setup for caching if things are changed 2020-07-25 20:51:01 +02:00
src only setup for caching if things are changed 2020-07-25 20:51:01 +02:00
.eslintignore Initial changes for setup-android 2020-07-14 17:41:00 +02:00
.eslintrc.json Initial changes for setup-android 2020-07-14 17:41:00 +02:00
.gitignore Initial changes for setup-android 2020-07-14 17:41:00 +02:00
.prettierignore Initial changes for setup-android 2020-07-14 17:41:00 +02:00
.prettierrc.json Initial changes for setup-android 2020-07-14 17:41:00 +02:00
action.yml Cleanup action.yml 2020-08-11 17:40:16 +02:00
jest.config.js Initial changes for setup-android 2020-07-14 17:41:00 +02:00
package-lock.json Attempt at first version 2020-07-25 18:07:39 +02:00
package.json Attempt at first version 2020-07-25 18:07:39 +02:00
README.md Initial changes for setup-android 2020-07-14 17:41:00 +02:00
tsconfig.json Initial changes for setup-android 2020-07-14 17:41:00 +02:00

setup-android

For setting up the android sdk in a github-action

Thanks

Based on the project android-problem-matchers-action from @jonasb