generated from reviewdog/action-template
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
Hello,
I got an issue while working on input-output-hk/haskell.nix#1983, you can see the logs here:
Run reviewdog/action-suggester@v1
with:
tool_name: deadnix
github_token: ***
level: warning
filter_mode: diff_context
fail_on_error: false
cleanup: true
env:
NIX_PATH: nixpkgs=channel:nixos-unstable
Run reviewdog/action-setup@v1
with:
reviewdog_version: v0.14.2
env:
NIX_PATH: nixpkgs=channel:nixos-unstable
Run $GITHUB_ACTION_PATH/install.sh
$GITHUB_ACTION_PATH/install.sh
shell: /nix/store/8fv91097mbh5049i9rglc73dx6kjg3qk-bash-5.2-p15/bin/bash --noprofile --norc -e -o pipefail {0}
env:
NIX_PATH: nixpkgs=channel:nixos-unstable
REVIEWDOG_VERSION: v0.14.2
REVIEWDOG_TEMPDIR: /run/github-runner/runner1/_temp
/run/github-runner/runner1/_temp/4afc4738-e60d-4450-b422-c30a1edec6b7.sh: line 1: /run/github-runner/runner1/_actions/reviewdog/action-setup/v1/install.sh: cannot execute: required file not found
Error: Process completed with exit code 127.
… which is surprising since my workflow code is pretty straightforward, where the issue could potentially come from?
deadnix:
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v3
- run: nix run github:astro/deadnix -- --edit --no-lambda-pattern-names
- uses: reviewdog/action-suggester@v1
with:
tool_name: deadnixMetadata
Metadata
Assignees
Labels
No labels