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 48d8470 commit 3433a39Copy full SHA for 3433a39
.github/workflows/check.yaml
@@ -14,7 +14,7 @@ on:
14
15
jobs:
16
lint_and_test:
17
- name: Build & Test
+ name: Code checks
18
runs-on: ubuntu-latest
19
20
steps:
.github/workflows/pre_release.yaml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
ref: ${{ github.ref }}
39
repo-token: ${{ secrets.GITHUB_TOKEN }}
40
- check-regexp: (Build & Test .*|Lint|Docs build)
+ check-regexp: (Code checks)
41
wait-interval: 5
42
43
update_changelog:
0 commit comments