Skip to content

refactor(menu-button): added support for icons and bug fixes #153

refactor(menu-button): added support for icons and bug fixes

refactor(menu-button): added support for icons and bug fixes #153

Workflow file for this run

name: Test Coveralls
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: npm install, npm run test
run: |
npm install
npm run test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}