mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-17 16:17:02 +08:00
ci: upgrade clang image tag to latest
This commit is contained in:
3
.github/workflows/format-check.yml
vendored
3
.github/workflows/format-check.yml
vendored
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# .github/workflows/format-check.yml
|
# .github/workflows/format-check.yml
|
||||||
name: Code Format Check
|
name: Code Format Check
|
||||||
|
|
||||||
@@ -7,7 +6,7 @@ on: [push, pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
formatting:
|
formatting:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: silkeh/clang:21 # 修改为存在的版本
|
container: silkeh/clang:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Run clang-format
|
- name: Run clang-format
|
||||||
|
|||||||
Reference in New Issue
Block a user