action-editorconfig-checker
action-editorconfig-checker copied to clipboard
Results
2
action-editorconfig-checker issues
Sort by
recently updated
recently updated
newest added
I'm not entirely sure how to test this properly. Closes #129
bug
This action deploys necessary commands to `$HOME/bin/`(https://github.com/editorconfig-checker/action-editorconfig-checker/blob/main/src/index.ts#L14), but [the official image ](https://github.com/actions/runner/blob/main/images/Dockerfile)for self-hosted runner already has files placed in $HOME/bin/, causing unexpected behavior. ``` % docker run -it ghcr.io/actions/actions-runner:2.319.1 /bin/sh...
bug
good first issue