We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d702f5 commit f8c06e8Copy full SHA for f8c06e8
1 file changed
.github/workflows/pull-request.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
commitlint:
11
name: Lint commit message
12
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-22.04
13
14
steps:
15
- uses: actions/checkout@v4
@@ -21,7 +21,7 @@ jobs:
21
lint:
22
if: github.actor != 'renovate[bot]'
23
name: Lint source code
24
25
26
27
@@ -85,7 +85,7 @@ jobs:
85
86
validate-docs:
87
name: Validate Docs
88
89
90
91
0 commit comments