Checks on push and fix formatting (#1048)

pull/1050/head
Lipis 5 years ago committed by GitHub
parent f1160a1534
commit e9058dc5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save