chore(deps): update dependency workbox-cli to v7.3.0 #222
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: 内容合并投票 | |
on: | |
pull_request_target: | |
types: [opened, synchronize, reopened, closed] | |
jobs: | |
democracy: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: 计算投票结果 | |
uses: myyk/git-democracy@v2 |