mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
ci: adding contributors
This commit is contained in:
parent
5453246237
commit
733a471c9b
2 changed files with 16 additions and 5 deletions
14
.github/workflows/contributors.yml
vendored
Normal file
14
.github/workflows/contributors.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: Contributors
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: "**"
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: akhilmhdh/contributors-readme-action@v2.3.8
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue