Skip to content

Commit a12d048

Browse files
Merge pull request #6 from Prithwis-2023/Prithwis-2023-patch-1
Prithwis 2023 patch 1
2 parents f5b5f03 + fdb8347 commit a12d048

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/contributors.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# .github/workflows/contributors.yml
2+
jobs:
3+
contributors:
4+
runs-on: ubuntu-latest
5+
steps:
6+
- uses: actions/checkout@v3
7+
- uses: JoshuaKGoldberg/all-contributors-auto-action@v0.3.2
8+
9+
name: Contributors
10+
11+
on:
12+
push:
13+
branches:
14+
- main

0 commit comments

Comments
 (0)