Skip to content

Commit

Permalink
added contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Apr 30, 2024
1 parent acc48dc commit 2b0669a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Contributors

on:
push:
branches: main

jobs:
contributors:
runs-on: ubuntu-latest

steps:
- uses: akhilmhdh/contributors-readme-action@v2.3.8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2b0669a

Please sign in to comment.