Skip to content

Feature/use graphql #363

Feature/use graphql

Feature/use graphql #363

name: CI Pull Request
on:
pull_request:
jobs:
build:
name: ci-pull-request
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint
- name: Run TSC
run: yarn tsc
- name: Build app
run: yarn build