Skip to content

sync(api): pull from indent core #281

sync(api): pull from indent core

sync(api): pull from indent core #281

Workflow file for this run

name: build-clients
on:
pull_request:
push:
branches:
- master
jobs:
build:
name: clients.go
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run tests
run: make test
- name: Build package
run: make build