Skip to content

Latest commit

 

History

History
executable file
·
19 lines (13 loc) · 430 Bytes

README.md

File metadata and controls

executable file
·
19 lines (13 loc) · 430 Bytes

setup-ionic

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

example usage:

- name: Use coturiv/setup-ionic
  uses: coturiv/setup-ionic@v1
  with:
    cordova-version: 8

- name: Build
  run: |
    ionic cordova build android --prod