Checks on push and fix formatting (#1048)

This commit is contained in:
Lipis 2020-03-22 19:56:55 +02:00 committed by GitHub
parent f1160a1534
commit e9058dc5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 4 deletions

View File

@ -1,6 +1,10 @@
name: Node CI name: Lint
on: [pull_request] on:
push:
branches:
- master
pull_request:
jobs: jobs:
lint: lint:

View File

@ -1,6 +1,10 @@
name: Node CI name: Tests
on: [pull_request] on:
push:
branches:
- master
pull_request:
jobs: jobs:
test: test: