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.
2 parents a364dd9 + 85b272f commit 517275dCopy full SHA for 517275d
.github/workflows/ci.yml
@@ -1,4 +1,4 @@
1
-name: Quality Checks
+name: Quality Checks CI
2
on:
3
pull_request:
4
branches:
README.md
@@ -93,6 +93,7 @@ Go to `.github/workflows/<your_ci_file>.yml`.
93
GITHUB_URL=$API_HOST/repos/$GITHUB_REPOSITORY/statuses/$COMMIT_ID
94
echo "GITHUB_URL: $GITHUB_URL"
95
echo "GITHUB_URL=$GITHUB_URL" >> $GITHUB_ENV
96
+
97
```
98
99
### Step5: Execute your test suite with CI
0 commit comments