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 04e9e89 commit 71173b0Copy full SHA for 71173b0
.github/workflows/pr-validation.yml
@@ -10,6 +10,7 @@ on:
10
jobs:
11
validation:
12
runs-on: ubuntu-latest
13
+ name: Spectral and commitlint Validation
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v4
@@ -40,6 +41,7 @@ jobs:
40
41
42
codegen-validation:
43
44
+ name: Codegen Repo Validation
45
permissions:
46
contents: write
47
pull-requests: write
0 commit comments