From f3346c455e08084c0e6c1fb9cae7b02c43fc85ba Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 24 May 2022 15:40:51 +0800 Subject: [PATCH] Added workflows CI --- .github/workflows/CI.yml | 26 ++++++++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 30 insertions(+) create mode 100644 .github/workflows/CI.yml diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml new file mode 100644 index 0000000..79916ef --- /dev/null +++ b/.github/workflows/CI.yml @@ -0,0 +1,26 @@ +name: CI + +on: + push: + branches: + - "*" + +env: + PLUGIN_NAME: obsidian-weread-plugin + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Use Node.js + uses: actions/setup-node@v3 + with: + node-version: 16 + + - name: Build + id: build + run: | + npm install + npm run build \ No newline at end of file diff --git a/README.md b/README.md index 611e140..5efcb0b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +# Obsidian to Notion Obsidian share to Notion Share obsidian files to Notion with one click, and auto add Notion share link in obsidian @@ -67,3 +68,6 @@ A share link will be automatically generated after successful upload [GitHub - obsidianmd/obsidian-api](https://github.com/obsidianmd/obsidian-api) [GitHub - zhaohongxuan/obsidian-weread-plugin: Obsidian Weread Plugin is an plugin to sync Weread(微信读书) hightlights and annotations into your Obsidian Vault.](https://github.com/zhaohongxuan/obsidian-weread-plugin) + +# License +GNU GPLv3 \ No newline at end of file