### # This file was automatically generated with nix-actions. jobs: pre-commit: runs-on: nix steps: - uses: actions/checkout@v3 - name: REUSE lint run: nix-shell -A reuse-check --run 'reuse lint' name: REUSE lint on: - push - pull_request