Make io_uring_for_each_cqe() only read the tail once #1513
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: Shellcheck | |
on: | |
# Trigger the workflow on push or pull requests. | |
push: | |
pull_request: | |
jobs: | |
test: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout source | |
uses: actions/checkout@v4 | |
- name: Display shellcheck version | |
run: shellcheck --version | |
- name: Shellcheck execution | |
run: shellcheck test/runtest*.sh |