mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +03:00
ci: adding contributors
This commit is contained in:
parent
5453246237
commit
733a471c9b
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 }}
|
@ -81,11 +81,8 @@ yarn make
|
|||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
<a href="https://github.com/hydralauncher/hydra/graphs/contributors">
|
<!-- readme: contributors -start -->
|
||||||
<img src="https://contrib.rocks/image?repo=hydralauncher/hydra" />
|
<!-- readme: contributors -end -->
|
||||||
</a>
|
|
||||||
|
|
||||||
Made with [contrib.rocks](https://contrib.rocks).
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user