/actions-bazelisk

add bazel in the build

Primary LanguageTypeScriptMIT LicenseMIT

actions-bazelisk

build-test

  • Download latest bazelisk depending on platform
  • Add it to tools cache
  • Add it to PATH

Hacking

Build the typescript and package it for distribution and run tests

$ npm run all

Publish to a distribution branch

Actions are run from GitHub repos so we will checkin the packed dist folder.

$ npm run package
$ git add dist
$ git commit -a -m "prod dependencies"
$ git push origin releases/v1

Your action is now published! 🚀

See the versioning documentation