Git Product home page Git Product logo

setup-spatialos-cli's Introduction

setup-spatialos-cli Action

GitHub GitHub tag (latest by date)

setup-spatialos-cli is a GitHub Action for downloading and installing the SpatialOS CLI.

This action supports:

  • MacOS, Windows, and Linux agent hosts
  • Pinning the SpatialOS CLI to a particular version
  • Setting the service account OAuth token for authentication to the SpatialOS platform.

Usage

on: [push]

name: CI

jobs:
  build: 
    name: Build SpatialOS project
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@master
      - uses: jamiebrynes7/[email protected]
        with:
          oauth_token: "${OAUTH_TOKEN_SECRET}"
          version: 20190416.094616.a865bb5b54
      - run: spatial build

Inputs

Name Required Description Type Default
oauth_token The auth token to use for the Spatial CLI. string
version The version of the Spatial CLI to download. string "latest"

Developing

Install the dependencies

$ npm install

Build the typescript

$ npm run build

Run the tests ✔️

$ npm test

License

The scripts and documentation in this project are released under the MIT License.

setup-spatialos-cli's People

Contributors

dependabot[bot] avatar jamiebrynes7 avatar

Watchers

 avatar  avatar

setup-spatialos-cli's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.