We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f88b3f commit b3b0f38Copy full SHA for b3b0f38
1 file changed
.github/workflows/osrm-backend.yml
@@ -93,7 +93,7 @@ jobs:
93
token: ${{ secrets.GITHUB_TOKEN }}
94
95
format-taginfo-docs:
96
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-slim
97
steps:
98
- uses: actions/checkout@v6
99
- name: Use Node.js
@@ -109,6 +109,8 @@ jobs:
109
${{ runner.os }}-node-
110
- name: Prepare environment
111
run: |
112
+ sudo apt-get update -y
113
+ sudo apt-get install -y clang-format-18
114
npm ci --ignore-scripts
115
clang-format-18 --version
116
- name: Check PR title format
0 commit comments