Skip to content

Setup tbls

Actions
GitHub Action for tbls, a CI-Friendly tool for document a database, written in Go
v1.3.0
Latest
Star (11)

setup-tbls

GitHub Action for tbls

Usage

And set up a workflow file as follows and run tbls on GitHub Actions.

# .github/workflows/doc.yml
name: Document

on:
  push:
    branches:
      - main

jobs:
  doc:
    runs-on: ubuntu-latest
    steps:
      -
        name: Checkout .tbls.yml
        uses: actions/checkout@v3
      -
        uses: k1low/setup-tbls@v1
      -
        name: Run tbls for generate database document
        run: tbls doc

See action.yml and tbls README for more details on how to configure it.

Setup tbls is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Action for tbls, a CI-Friendly tool for document a database, written in Go
v1.3.0
Latest

Setup tbls is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.