mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-24 05:54:55 +03:00
15 lines
228 B
YAML
15 lines
228 B
YAML
|
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 }}
|