Update format check workflow
PR build check / Build (pull_request) Has been cancelled
PR C++ format check / Check clang format (pull_request) Failing after 3s

This commit is contained in:
2026-06-11 01:10:41 +01:00
parent 3b2f25c6c4
commit 88d6e25f1a
+4
View File
@@ -27,6 +27,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Node
run: |
apt-get update -y
apt-get install -y nodejs
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.12
with: