Skip to content
code

GitHub Action

Setup Quasar

1.0.0 Latest version

Setup Quasar

code

Setup Quasar

Set up your GitHub Actions workflow with Cordova/Quasar environment. Only supports macos & ubuntu at this time

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Quasar

uses: joshstrange/[email protected]

Learn more about this action in joshstrange/setup-quasar

Choose a version

setup-quasar

Set up your GitHub Actions workflow with Cordova/Quasar environment. Only supports macos & ubuntu at this time.

Thank you to coturiv/setup-ionic for the initial code

example usage:

- name: Use joshstrange/setup-quasar
  uses: joshstrange/setup-quasar@v1
  with:
    cordova-version: 9

- name: Build
  run: |
    quasar build -m cordova -T ios