Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide an official neostandard GitHub Action? #170

Open
voxpelli opened this issue Sep 12, 2024 · 1 comment
Open

Provide an official neostandard GitHub Action? #170

voxpelli opened this issue Sep 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@voxpelli
Copy link
Member

This could complement #33 / #2 and solve use cases like CheckerNetwork/spark-checker#95 where npx standard is used to run standard, without any prior package.json or such.

In a GitHub Action it would also be very easy to expose the same options as provided to neostandard itself

@bajtos
Copy link

bajtos commented Sep 13, 2024

There are similar GitHub Action for running Prettier and dprint:

A big benefit of running linters via a GitHub action instead of npx is the speed. The linting step is blazingly fast because all dependencies of the linter tool are already installed in the Docker image of the GitHub action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants