Skip to content

Commit

Permalink
Merge branch 'develop' into t3chguy/undefined-guard-threads
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Apr 20, 2022
2 parents 4ff87bc + d82cdd3 commit a1d85ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Static Analysis
on:
pull_request: { }
push:
branches: [ develop, master ]
jobs:
ts_lint:
name: "Typescript Syntax Check"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Test coverage
name: Tests
on:
pull_request: { }
push:
branches: [ develop, main, master ]
jobs:
test-coverage:
jest:
name: Jest with Codecov
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit a1d85ae

Please sign in to comment.