Checks on push and fix formatting (#1048)
This commit is contained in:
parent
f1160a1534
commit
e9058dc5a7
8
.github/workflows/lint.yml
vendored
8
.github/workflows/lint.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: Node CI
|
name: Lint
|
||||||
|
|
||||||
on: [pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: Node CI
|
name: Tests
|
||||||
|
|
||||||
on: [pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user