fix http server; allow checking if html resource exists; fill odr dat… #2025
Workflow file for this run
This file contains hidden or 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: format | |
| on: push | |
| jobs: | |
| build: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: checkout | |
| uses: actions/checkout@v4 | |
| - name: apply clang-format | |
| run: CLANG_FORMAT=clang-format-18 ./scripts/format | |
| - run: git diff --exit-code --name-only |