Skip to content

update the formulary to reflect the new schema for basic catalog templates #633

update the formulary to reflect the new schema for basic catalog templates

update the formulary to reflect the new schema for basic catalog templates #633

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