We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173cdad commit 2ca70ebCopy full SHA for 2ca70eb
1 file changed
.github/workflows/contributors.yml
@@ -0,0 +1,13 @@
1
+jobs:
2
+ contributors:
3
+ runs-on: ubuntu-latest
4
+ steps:
5
+ - uses: actions/checkout@v3
6
+ - uses: JoshuaKGoldberg/[email protected]
7
+
8
+ name: Contributors
9
10
+ on:
11
+ push:
12
+ branches:
13
+ - main
0 commit comments