suyash / actions-bazelisk

add bazel in the build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

add bazel in the build

License:MIT License


Languages

Language:TypeScript 84.7%Language:JavaScript 8.9%Language:Starlark 3.8%Language:C++ 2.6%