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 72f4f8f commit a0ef433Copy full SHA for a0ef433
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
34
lint-concurrency-off:
35
runs-on: ubuntu-latest
36
- name: Linter with multithreading feature set to 4
+ name: Linter with multithreading feature set to off
37
steps:
38
- name: Checkout repository
39
uses: actions/checkout@v4
@@ -53,7 +53,7 @@ jobs:
53
54
lint-concurrency-auto:
55
56
+ name: Linter with multithreading feature set to auto
57
58
59
0 commit comments