We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2be8645 + d69ab4e commit 75626f2Copy full SHA for 75626f2
3 files changed
.github/workflows/badges.yml
@@ -22,6 +22,7 @@ jobs:
22
run: make test coverage-badge
23
- name: commit and push to gh-pages
24
run: |
25
+ git checkout -b gh-pages
26
git config --global user.name "GitHub Actions"
27
git config --global user.email "actions@github.com"
28
git add .
README.md
@@ -1,7 +1,7 @@
1

2

3

4
-
+
5
6
# Case Conversion
7
coverage.svg
0 commit comments