添加使用条件变量进行线程间通信选项 #34
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: codestyle | |
on: [push, pull_request] | |
jobs: | |
Ubuntu-latest: | |
name: codestyle | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Check code style | |
run: bash ${{github.workspace}}/cpplint.bash |