pre-commit-hooks icon indicating copy to clipboard operation
pre-commit-hooks copied to clipboard

Executable `/usr/bin/ruby2.5` not found

Open kenorb opened this issue 4 years ago • 0 comments

The following error happens on GitHub Actions. I believe Ruby is installed fine.

Check markdown files.....................................................Failed
- hook id: markdownlint
- exit code: 1

Executable `/usr/bin/ruby2.5` not found

Any clues? This was working before.

Config:

  - repo: https://github.com/jumanjihouse/pre-commit-hooks
    rev: master
    hooks:
      - id: markdownlint

kenorb avatar Jan 26 '21 00:01 kenorb