Skip to content

feat!: Update to IonicPortals 0.8.0 #185

feat!: Update to IonicPortals 0.8.0

feat!: Update to IonicPortals 0.8.0 #185

Workflow file for this run

name: Verify
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
- name: lint
run: |
npm install
npm run lint
env:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}