lint-action icon indicating copy to clipboard operation
lint-action copied to clipboard

✨ GitHub Action for detecting and auto-fixing lint errors

Results 47 lint-action issues
Sort by recently updated
recently updated
newest added

Fixes #380 and fixes #63

It's been reported multiple times that the actions are being shown under the wrong workflow in GitHub, but that it's an issue with the API that this action cant fix....

question

Creating annotations and auto-fixes works as expected when the code is on a branch in the same repository. Unfortunately, it currently doesn't seem work with pull requests from forks: The...

blocked

My use case calls for black and isort in a Github workflow, it won't cause conflicts with black if the `--profile black` flag is passed, which can be added easily...

enhancement
good first issue
in progress

This adds a new utility function `execute` which executes a command without the assumption that there is a POSIX-like shell being used. This functionality is needed to eventually solve #213....

waiting for review

Hi, I tried to add Clippy support. I don't know what lint can display, I just used other lints as examples to make this one. - [x] Clone the repository...

enhancement
waiting for review

Fixes https://github.com/wearerequired/lint-action/issues/193 We were having trouble with fork PRs as many people. We were able to fix the problem, like many using the new `pull_request_target` event(https://github.com/wearerequired/lint-action/issues/13#issuecomment-669860138). Though it was still...

waiting for review

```Run ESLint Verifying setup for ESLint… Verified ESLint setup Will use ESLint to check the files with extensions js Linting and auto-fixing files in /home/runner/work/***/*** with ESLint… ESLint found 6...

bug

I was going through the codebase to see how feasible to add this feature because we currently need it. #### Suggestion I was thinking of adding an extra param `[linter]_only_changed_files:...

enhancement
help wanted
blocked

Add support to the CI to test the swift-format (official) based linting on Windows.

waiting for review