Workflow adjustments

This commit is contained in:
Isaac Marovitz 2023-07-06 21:29:56 +01:00
parent a3c1ae89ad
commit 983593c6de

View file

@ -6,15 +6,18 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ZedThree/clang-tidy-review@v0.12.0
- name: Check out repo
uses: actions/checkout@v1
- name: Run clang-tidy
uses: ZedThree/clang-tidy-review@v0.13.1
id: review
with:
apt_packages: libunwind-dev libglfw3-dev
apt_packages: libunwind-dev, libglfw3-dev, libvulkan-dev, vulkan-validationlayers-dev, spirv-tools
cmake_command: cmake . -DCMAKE_EXPORT_COMPILE_COMMANDS=on
# Uploads an artefact containing clang_fixes.json
- uses: ZedThree/clang-tidy-review/upload@v0.12.0
- name: Upload review
uses: ZedThree/clang-tidy-review/upload@v0.13.1
id: upload-review
# If there are any comments, fail the check