Skip to content

Add hub server

Add hub server #51

Workflow file for this run

name: Lint API Docs
on: [push, pull_request]
jobs:
lint:
name: Run Linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/[email protected]
with:
cmd: install # will run `yarn install` command
- uses: borales/[email protected]
with:
cmd: build # will run `yarn build` command
- uses: borales/[email protected]
with:
cmd: lint # will run `yarn test` command