Skip to content

fix: check and recover enabled status of Flicking in Sync plugin (#61) #77

fix: check and recover enabled status of Flicking in Sync plugin (#61)

fix: check and recover enabled status of Flicking in Sync plugin (#61) #77

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 14.15.4
- name: install
run: npm install
- name: lint
run: npm run lint
- name: test
run: npm run coverage
- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}