Skip to content

calendar/CalendarEventPopover: fix bug where editing an event but the… #71

calendar/CalendarEventPopover: fix bug where editing an event but the…

calendar/CalendarEventPopover: fix bug where editing an event but the… #71

Workflow file for this run

name: Style
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
- name: Install dependencies
run: npm install
- name: Check code style
run: npm run lint