Skip to content

docs(forge-lint): inline config support #2755

docs(forge-lint): inline config support

docs(forge-lint): inline config support #2755

Workflow file for this run

name: build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
name: vocs build
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v2
- name: Build Vocs
run: cd vocs && bun install && bun run build