feat: 支持添加自定义内容用于follow认证 & 支持封面图 #36 #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
ci: | |
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v1 | |
with: | |
skip-node-setup: true |