Skip to content

Commit

Permalink
Checks on push and fix formatting (excalidraw#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis authored Mar 22, 2020
1 parent f1160a1 commit e9058dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Node CI
name: Lint

on: [pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
lint:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Node CI
name: Tests

on: [pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
test:
Expand Down

0 comments on commit e9058dc

Please sign in to comment.