linuxdeepin / deepin-terminal

deepin-terminal-reborn
GNU General Public License v3.0
146 stars 69 forks source link

fix: checkout@v3 #279

Closed XXTX-TOP closed 1 year ago

XXTX-TOP commented 1 year ago

fix: checkout@v3 Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

github-actions[bot] commented 1 year ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

XXTX-TOP commented 1 year ago

I have read the CLA Document and I hereby sign the CLA.

BLumia commented 1 year ago

感谢贡献,不过这个问题还真不能在这个仓库合。因为 linuxdeepin 下面的项目的工作流都是从 linuxdeepin/.github 这个仓库自动批量拷贝的,改这里的话下次同步就会被自动改回来。有兴趣的话,可以去 linuxdeepin/.github 这个仓库下改下对应的文件: https://github.com/linuxdeepin/.github/blob/master/workflow-templates/cppcheck.yml#L17

顺便,关于 commitlint ,这个 commitlint 工作流是检查你 PR 里所包含的所有 commit 的格式的,比如目前你的这个 PR 包含了五个 commit,所以这五个都会检查。看上去你的后几个 commit 可能都是在试图解决这个 CI 检查,实际你应该 amend 格式有问题的提交而不是追加新的提交。

ArchieMeng commented 1 year ago

可以去 linuxdeepin/.github 这个仓库下改下对应的文件: https://github.com/linuxdeepin/.github/blob/master/workflow-templates/cppcheck.yml#L17

应该提交给linuxdeepin/.github.