From 12ca14cee97ec8f4202dd7b5d233674b1b8016d1 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 21 Nov 2022 22:54:56 +0800 Subject: [PATCH] test: add workflows config. --- .github/workflows/win.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/win.yml diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml new file mode 100644 index 0000000..1e3bfae --- /dev/null +++ b/.github/workflows/win.yml @@ -0,0 +1,20 @@ +name: Win CI +on: + push: + branches: + - main + +jobs: + build: + runs-on: windows-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: 16 + + - run: npm install + - run: npm run build + - uses: pCYSl5EDgo/cat@master + with: + path: dist/data.json