1 Commits

Author SHA1 Message Date
RuiFPB 88d6e25f1a 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
2026-06-11 01:10:41 +01:00
+4
View File
@@ -27,6 +27,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install Node
run: |
apt-get update -y
apt-get install -y nodejs
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.12 - uses: DoozyX/clang-format-lint-action@v0.12
with: with: