ci: add empty action for types

This commit is contained in:
Igor Randjelovic
2020-12-28 14:38:57 +01:00
parent 69b7fc377a
commit b4857f87cb

View File

@ -1,20 +1,23 @@
# TODO: modify to build android & ios types first and then merge into types # TODO: modify to build android & ios types first and then merge into types
#name: '@nativescript/types -> npm' name: '@nativescript/types -> npm'
#
#on: on:
# push: push:
# branches: [ 'master' ] branches: [ 'master' ]
# paths: paths:
# - 'packages/types/*' - 'packages/types/*'
#
#env: env:
# NPM_TAG: 'next' NPM_TAG: 'next'
#
#jobs: jobs:
# release: release:
# runs-on: ubuntu-latest runs-on: ubuntu-latest
#
# steps: steps:
- name: Todo
run: |
echo "TODO: implement action"
# - uses: actions/checkout@v2 # - uses: actions/checkout@v2
# #
# - name: Setup # - name: Setup