Skip to content

Commit

Permalink
ci/lint: Update to intercept-build-18
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Jan 6, 2025
1 parent 7c9d0d3 commit 04ff3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Get all source files
run: echo "SRC=$(find src -name "*.[ch]" -print0 -o -path src/flamingo -prune -type f | xargs -0 echo)" >> $GITHUB_ENV
- name: Build (with LSP output)
run: intercept-build-15 sh bootstrap.sh
run: intercept-build-18 sh bootstrap.sh
- name: Run clang-tidy
run: clang-tidy $SRC
- name: Make sure 'mkdir_wrapped' is used everywhere (except for once for 'fsutils.c')
Expand Down

0 comments on commit 04ff3b1

Please sign in to comment.