Add .github
This commit is contained in:
parent
cbaef47671
commit
033f1b5b0f
|
@ -0,0 +1 @@
|
||||||
|
custom: https://gitcoin.co/grants/79/lodestar-eth20-client
|
|
@ -0,0 +1,18 @@
|
||||||
|
name: CI Tests
|
||||||
|
|
||||||
|
on: [pull_request, push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
lint:
|
||||||
|
name: Quick tests
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Bootstrap
|
||||||
|
run: yarn
|
||||||
|
- name: Check types
|
||||||
|
run: yarn check-types
|
||||||
|
- name: Lint
|
||||||
|
run: yarn lint
|
||||||
|
- name: Tests
|
||||||
|
run: yarn test
|
Reference in New Issue