Skip to content

Commit

Permalink
Move more stuff from BK to GHA (#2309)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Apr 20, 2022
1 parent 6a51b02 commit d82cdd3
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 d82cdd3

Please sign in to comment.