Skip to content

reference docs: FBC property updates #590

reference docs: FBC property updates

reference docs: FBC property updates #590

Workflow file for this run

name: test
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache-dependency-path: |
go.sum
.bingo/**.sum
- name: Build and lint the site
run: make lint