Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump astral-sh/setup-uv from 7.1.1 to 7.1.2#1060

Bump astral-sh/setup-uv from 7.1.1 to 7.1.2

Bump astral-sh/setup-uv from 7.1.1 to 7.1.2 #1060

name:Clang Static Analysis
on:
push:
pull_request:
schedule:
-cron:'3 15 * * SUN'
permissions:{}
jobs:
clang-analyzer:
name:Clang Static Analysis
runs-on:ubuntu-latest
steps:
-name:Checkout
uses:actions/checkout@v5
with:
submodules:true
persist-credentials:false
-name:Install clang-tools
run:sudo apt install clang-tools
-name:Install the latest version of uv
uses:astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41# 7.1.2
-name:Build and run analyzer
# We exclude extension/libmaxminddb/ as libmaxminddb has its own workflow
# for this and we are not able to correct any issues with that code here.
run:scan-build --exclude extension/libmaxminddb/ --status-bugs uv build
env:
CFLAGS:"-Werror -Wall -Wextra"
MAXMINDDB_REQUIRE_EXTENSION:1

[8]ページ先頭

©2009-2025 Movatter.jp