revert; clang-tidy does on same workflow, but nonblocking
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 19s
Python / lint-format (pull_request) Successful in 28s
Python / test (pull_request) Successful in 51s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m44s
C++ / build (pull_request) Successful in 2m15s

This commit is contained in:
2026-06-29 01:19:39 +02:00
parent 7448fc101d
commit afd08e8aa7
+1 -22
View File
@@ -19,29 +19,8 @@ jobs:
- name: Build
run: ninja -C build
- name: Upload build dir
uses: actions/upload-artifact@v4
with:
name: build
path: build/
lint:
runs-on: alpine
needs: build
container:
image: git.aramjonghu.nl/aramjonghu/zshell-ci:latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download build dir
uses: actions/download-artifact@v4
with:
name: build
path: build/
- name: clang-tidy
continue-on-error: true
run: |
set -o pipefail
run-clang-tidy -p build -j $(nproc) -header-filter="Plugins/.*" 2>&1 | \