Skip to content

Add mermaid feature

Add mermaid feature #7

name: 'Pre-build Dev Container'
on:
push:
branches:
- main
workflow_dispatch:
inputs:
use_cache:
description: 'Use cache when building the image'
required: false
default: 'false'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build Dev Container
uses: SATVILab/actions/[email protected]
with:
use_cache: ${{ github.event.inputs.use_cache }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}