Browse Source

Checks on push and fix formatting (#1048)

pull/1050/head
Lipis 6 years ago committed by GitHub
parent
commit
e9058dc5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/workflows/lint.yml
  2. 8
      .github/workflows/test.yml

8
.github/workflows/lint.yml

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

8
.github/workflows/test.yml

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

Loading…
Cancel
Save