Skip to content

[Sprint 22 / PD-2] - [Feature] Create gRPC-web Client on Aruku App #38

[Sprint 22 / PD-2] - [Feature] Create gRPC-web Client on Aruku App

[Sprint 22 / PD-2] - [Feature] Create gRPC-web Client on Aruku App #38

Workflow file for this run

name: Build and Lint
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
build-and-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install, Build, and Lint
run: |
npm install
npm run build
npm run lint