Skip to content

Commit b50e427

Browse files
authored
docs(readme): add emojis and standardize workflows (#20)
1 parent 68fbd82 commit b50e427

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ on:
1111
push:
1212
branches:
1313
- main
14-
paths:
15-
- 'src/**'
16-
- '*.slnx'
17-
- '.github/workflows/build.yml'
1814

1915
jobs:
2016
build:

.github/workflows/contributors.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
name: Update Contributors
22

33
on:
4-
push:
5-
branches:
6-
- main
74
schedule:
8-
- cron: '0 0 * * *'
5+
- cron: '0 6 * * *'
96
workflow_dispatch:
107

118
jobs:
129
contributors:
1310
uses: CodingWithCalvin/.github/.github/workflows/contributors.yml@main
11+
with:
12+
output-format: html
1413
secrets: inherit

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
115115
[![CalvinAllen](https://avatars.githubusercontent.com/u/41448698?v=4&s=64)](https://github.com/CalvinAllen)
116116
<!-- readme: contributors -end -->
117117

118+
---
119+
118120
<p align="center">
119-
Made with ❤️ by <a href="https://github.com/CalvinAllen">Coding With Calvin</a>
121+
Made with ❤️ by <a href="https://github.com/CodingWithCalvin">Coding With Calvin</a>
120122
</p>

0 commit comments

Comments
 (0)