Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enniel/bundletool-runner


https://github.com/enniel/bundletool-runner

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# GitHub Action - BundleTool Runner

This runner install [Google BundleTool](https://developer.android.com/studio/command-line/bundletool)

## Usage

```
jobs:
test:
runs-on: macos-latest
steps:
- name: checkout
uses: actions/checkout@v2

- name: install bundletool
uses: enniel/bundletool-runner@v1
```