Skip to content

Run nix_maintained-by #615

Run nix_maintained-by

Run nix_maintained-by #615

Workflow file for this run

name: Run nix_maintained-by
on:
workflow_dispatch:
push:
schedule:
- cron: 5 0 * * *
jobs:
run_action:
runs-on: ubuntu-latest
name: Run 'Nix-Maintained_by'
steps:
- uses: actions/checkout@v4 # Clone your code
- uses: actions/checkout@v4 # Clone NixPkgs
with:
path: './nixpkgs'
repository: 'NixOS/nixpkgs'
- name: Run nix-maintainers-get-packages # Run action
uses: qjoly/Nix-Maintained_by@v0.2.0
with:
file: './README.md'
path_nixpkgs: './nixpkgs/pkgs'
maintainer: 'qjoly'