Skip to content

refine language and clarity in Khaos documentation #1000

refine language and clarity in Khaos documentation

refine language and clarity in Khaos documentation #1000

Workflow file for this run

name: Lint and build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies & build
run: |
yarn
yarn build
- name: Lint
run: |
yarn lint
yarn format