Skip to content

Merge pull request #175 from kcl-lang/update-konfig-documents #870

Merge pull request #175 from kcl-lang/update-konfig-documents

Merge pull request #175 from kcl-lang/update-konfig-documents #870

Workflow file for this run

name: build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- run: npm install
- run: npm run build