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
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:
@@ -19,29 +19,8 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: ninja -C 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
|
- name: clang-tidy
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
run-clang-tidy -p build -j $(nproc) -header-filter="Plugins/.*" 2>&1 | \
|
run-clang-tidy -p build -j $(nproc) -header-filter="Plugins/.*" 2>&1 | \
|
||||||
|
|||||||
Reference in New Issue
Block a user