Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeternitaas authored Jun 10, 2020
1 parent 6887832 commit 5cd8a6d
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
# bazelisk-action
Github Action for Bazelisk

Installs bazelisk as a Github Action.

## Usage

```
jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Bazelisk
uses: vsco/[email protected]
with:
# [required]
# Version of Bazelisk we would like to install, defaults to 1.5.0
version: '1.5.0'
# [required]
# Install path for Bazelisk binaries, defaults to ./.local/bin
bazel-install-path: './.local/bin'
```

## License

The Javascript Github Action and any documentation is released under the MIT License.
Check LICENSE.md for more info.

0 comments on commit 5cd8a6d

Please sign in to comment.