fix: 修复播放中图片恢复大小的问题;启用显示图片的滚动条;修复错误的软件名翻译; #8
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: Check CMake Formatting | |
on: [push, pull_request] | |
jobs: | |
format-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: cmake-format lint | |
uses: neg-c/cmake-format-action@v0.1.1 | |
with: | |
inplace: true |