Skip to content

[Sprint 22 / PD-369] - [Feature] Create gRPC-web Client on Akushon App #62

[Sprint 22 / PD-369] - [Feature] Create gRPC-web Client on Akushon App

[Sprint 22 / PD-369] - [Feature] Create gRPC-web Client on Akushon App #62

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/[email protected]
- name: Install, Build, and Lint
run: |
npm install
npm run build
npm run lint