There was an error while loading. Please reload this page.
1 parent 281c631 commit 27313a1Copy full SHA for 27313a1
.github/workflows/codeclimate.yml
@@ -1,5 +1,9 @@
1
name: CodeClimate Coverage
2
-on: [push, pull_request]
+on:
3
+ push:
4
+ branches:
5
+ - master
6
+ pull_request:
7
jobs:
8
coverage:
9
runs-on: ubuntu-latest
.github/workflows/lint.yml
name: Lint tests
build:
name: Lint tests (node latest)
.github/workflows/test.yml
name: Unit tests
test:
0 commit comments