We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b94ef commit 27a4668Copy full SHA for 27a4668
.github/workflows/build-and-test.yaml
@@ -33,14 +33,6 @@ jobs:
33
- name: Show disk space before the tasks
34
run: df -h
35
36
- - name: Free disk space (Ubuntu)
37
- uses: jlumbroso/free-disk-space@v1.3.1
38
- with:
39
- tool-cache: false
40
- dotnet: false
41
- swap-storage: false
42
- large-packages: false
43
-
44
- name: Remove exec_depend
45
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@v1
46
.pre-commit-config.yaml
@@ -74,7 +74,7 @@ repos:
74
args: [--line-length=100]
75
76
- repo: https://github.com/pre-commit/mirrors-clang-format
77
- rev: v19.1.5
+ rev: v19.1.6
78
hooks:
79
- id: clang-format
80
types_or: [c++, c, cuda]
0 commit comments