From 2fe1b53b36ce568a6085a4aa72e6a6f1986df892 Mon Sep 17 00:00:00 2001 From: Jingchao Di Date: Fri, 3 May 2024 23:52:11 +0800 Subject: [PATCH] ci: . --- .github/workflows/{cd.yml => cd.yaml} | 0 .github/workflows/{ci.yml => ci.yaml} | 0 README.md | 8 ++++---- 3 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{cd.yml => cd.yaml} (100%) rename .github/workflows/{ci.yml => ci.yaml} (100%) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yaml similarity index 100% rename from .github/workflows/cd.yml rename to .github/workflows/cd.yaml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yaml similarity index 100% rename from .github/workflows/ci.yml rename to .github/workflows/ci.yaml diff --git a/README.md b/README.md index 88960f2..7c8ea07 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ # dbml-editor -> status: `in progress` - Online editor for [DBML](https://dbml.dbdiagram.io/home/) files. +![build-status](https://github.com/alswl/dbml-editor/actions/workflows/ci.yaml/badge.svg) + ## Online Editor [dbml-editor](https://dbml-editor.alswl.com/) ## Features -- Live preview of the DBML file +- Syntax highlighting +- Live preview ## Alternatives @@ -21,6 +22,5 @@ Online editor for [DBML](https://dbml.dbdiagram.io/home/) files. ## Roadmap - Full support for DBML feature -- Syntax highlighting - Export to SQL - Import from SQL