Skip to content

Commit

Permalink
Create contrib.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgierens authored Dec 4, 2023
1 parent c92c50f commit 81ddfa4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/contrib.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
push:
branches:
- master
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit 81ddfa4

Please sign in to comment.